remove exhaustive-deps that's no longer needed

This commit is contained in:
Ryan Di 2022-09-01 19:41:33 +08:00
parent df5a5f7d86
commit 8b84322627

View File

@ -537,7 +537,6 @@ const ExcalidrawWrapper = () => {
); );
clearTimeout(titleTimeout); clearTimeout(titleTimeout);
}; };
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [collabAPI, excalidrawAPI]); }, [collabAPI, excalidrawAPI]);
useEffect(() => { useEffect(() => {