We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c064c94 commit 0dbc38dCopy full SHA for 0dbc38d
tools/diagnostics-app/src/app/views/layout.tsx
@@ -94,7 +94,7 @@ export default function ViewsLayout({ children }: { children: React.ReactNode })
94
}
95
});
96
return () => l();
97
- }, [powerSync]);
+ }, []);
98
99
React.useEffect(() => {
100
const l = syncErrorTracker.registerListener({
0 commit comments