Skip to content

Commit 0dbc38d

Browse files
committed
Fix dependency.
1 parent c064c94 commit 0dbc38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/diagnostics-app/src/app/views/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function ViewsLayout({ children }: { children: React.ReactNode })
9494
}
9595
});
9696
return () => l();
97-
}, [powerSync]);
97+
}, []);
9898

9999
React.useEffect(() => {
100100
const l = syncErrorTracker.registerListener({

0 commit comments

Comments
 (0)