You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: