Browse Source

remove exhaustive-deps that's no longer needed

Ryan Di 3 years ago
parent
commit
8b84322627
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/excalidraw-app/index.tsx

+ 0 - 1
src/excalidraw-app/index.tsx

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