mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
fix: add PromptDrawer missing memo deps (#55556)
This commit is contained in:
@@ -79,7 +79,7 @@ const PromptDrawer: React.FC<PromptDrawerProps> = ({ open, onClose, onThemeChang
|
||||
}
|
||||
|
||||
return nextItems;
|
||||
}, [prompt, resText, loading]);
|
||||
}, [prompt, resText, loading, locale.finishTips]);
|
||||
|
||||
return (
|
||||
<Drawer
|
||||
|
||||
Reference in New Issue
Block a user