Sfoglia il codice sorgente

remove exhaustive-deps that's no longer needed

Ryan Di 3 anni fa
parent
commit
8b84322627
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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(() => {