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 e83f9e2 commit d3643f5Copy full SHA for d3643f5
src/routes/+layout.svelte
@@ -31,10 +31,7 @@
31
const publicConfig = data.publicConfig;
32
const client = useAPIClient();
33
34
- let conversations = $state(data.conversations);
35
- $effect(() => {
36
- data.conversations && untrack(() => (conversations = data.conversations));
37
- });
+ let conversations = $derived(data.conversations);
38
39
let isNavCollapsed = $state(false);
40
0 commit comments