mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
don't pass appState in deps as its not used
This commit is contained in:
parent
c95369ace8
commit
ce6a9986e3
@ -163,7 +163,7 @@ const MermaidToExcalidraw = ({
|
||||
}
|
||||
};
|
||||
renderExcalidrawPreview();
|
||||
}, [deferredText, appState]);
|
||||
}, [deferredText]);
|
||||
|
||||
const setAppState = useExcalidrawSetAppState();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user