mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-22 01:37:04 +02:00
don't pass appState in deps as its not used
This commit is contained in:
@@ -163,7 +163,7 @@ const MermaidToExcalidraw = ({
|
||||
}
|
||||
};
|
||||
renderExcalidrawPreview();
|
||||
}, [deferredText, appState]);
|
||||
}, [deferredText]);
|
||||
|
||||
const setAppState = useExcalidrawSetAppState();
|
||||
|
||||
|
Reference in New Issue
Block a user