Clerk basic example does not show clerk signin modal on hard reload
Using the bare react start-clerk-basic example, when doing a hard load of the
Interestingly the "Not authenticated" error in the
Any ideas?
/posts route (or any route within the authed layout), the default clerk SignIn component does not show up. It does show as expected when navigating from home to /posts.Interestingly the "Not authenticated" error in the
beforeLoad is correctly thrown, and the error component correctly checks that path. But the clerk modal does not show up.Any ideas?