App unmounts on page navigation
With Auth Provider when doing page navigation with
It results in disappearance of shared components like
_authed.tsx:
_layout.tsx for authed pages
app.tsx:
createRootRouteWithContext seems like <Outlet /> gets remounted each time. I hit this issue with Convex Auth, so I tried to write my own Provider with Supabase and noticed same issue.It results in disappearance of shared components like
<AppSidebar /> and re-checking auth each time page navigation happens._authed.tsx:
_layout.tsx for authed pages
app.tsx: