diff --git a/app/components/home.tsx b/app/components/home.tsx index ae7bf901c..d4a7065fc 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -250,7 +250,8 @@ export function Home() { return () => { running = false; }; - }, [syncStore]); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, []); if (!useHasHydrated()) { return ;