Skip to content

Commit 088e5e0

Browse files
committed
fix lost reactivity
1 parent 22f2731 commit 088e5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/sidebar/NavUser.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
};
2121
2222
let { user }: Props = $props();
23-
const { clerk } = useClerkContext();
23+
const { clerk } = $derived(useClerkContext());
2424
const sidebar = useSidebar();
2525
2626
const logout = () => {

0 commit comments

Comments
 (0)