clerk-sveltekit
clerk-sveltekit copied to clipboard
Reactivily using window.Clerk client-side
How can I achieve reactivity with window.Clerk
?
e.g.: I expected that $: console.log(window.Clerk?.organization)
to log everytime the user changes organization in the UI, but that doesn't happen. Is there any other way to access clerk's data?