mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
don't pass appState in deps as its not used
This commit is contained in:
parent
c95369ace8
commit
ce6a9986e3
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ const MermaidToExcalidraw = ({
|
|||
}
|
||||
};
|
||||
renderExcalidrawPreview();
|
||||
}, [deferredText, appState]);
|
||||
}, [deferredText]);
|
||||
|
||||
const setAppState = useExcalidrawSetAppState();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue