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
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
All of elements putted into SignedIn wrapper still appear on the page till manual refresh on page
I am not sure if this is my implementation or just a bug
If its not a bug i would appreciate some help
<ClerkLoaded> <SignedOut> <li class="px-4 first:py-0 last:py-0"> <a href={Paths.signIn} on:click={handleNavStatus} > Sign in </a> </li> </SignedOut> <SignedIn > <li class="px-4 first:py-0 last:py-0"> <SignOutButton /> </li> </SignedIn> </ClerkLoaded>
this code is from component that is being rendered in +layout.svelte
I've tried doing onclicks with goto, location.reload, nothing seems to help with it
The only possible solution is to use <UserButton /> but it doesnt suit my needs