clerk-sveltekit icon indicating copy to clipboard operation
clerk-sveltekit copied to clipboard

Reactivily using window.Clerk client-side

Open svjaime opened this issue 9 months ago • 1 comments

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?

svjaime avatar May 07 '24 16:05 svjaime