浏览代码

remove exhaustive-deps that's no longer needed

Ryan Di 3 年之前
父节点
当前提交
8b84322627
共有 1 个文件被更改,包括 0 次插入1 次删除
  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(() => {