Pārlūkot izejas kodu

remove exhaustive-deps that's no longer needed

Ryan Di 3 gadi atpakaļ
vecāks
revīzija
8b84322627
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/excalidraw-app/index.tsx

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

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