fix warning
This commit is contained in:
@@ -138,6 +138,7 @@ const EditorCanvas = ({ catalogSize }: EditorCanvasProps) => {
|
||||
return () => {
|
||||
window.removeEventListener("keydown", handleDeleteGuide);
|
||||
};
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [selectedGuideId]);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user