From 8b843226278029dfa07467058a57c586c0339730 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Thu, 1 Sep 2022 19:41:33 +0800 Subject: [PATCH] remove exhaustive-deps that's no longer needed --- src/excalidraw-app/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/excalidraw-app/index.tsx b/src/excalidraw-app/index.tsx index e50408354..8f3057b2a 100644 --- a/src/excalidraw-app/index.tsx +++ b/src/excalidraw-app/index.tsx @@ -537,7 +537,6 @@ const ExcalidrawWrapper = () => { ); clearTimeout(titleTimeout); }; - // eslint-disable-next-line react-hooks/exhaustive-deps }, [collabAPI, excalidrawAPI]); useEffect(() => {