restore link to tsr issue

This commit is contained in:
yohlo
2025-08-30 15:29:43 -05:00
parent 052f53444e
commit f0f5bb786e

View File

@@ -70,6 +70,7 @@ export const Route = createRootRouteWithContext<{
component: RootComponent,
notFoundComponent: () => <Navigate to="/" />,
beforeLoad: async ({ context }) => {
// https://github.com/TanStack/router/discussions/3531
const auth = await ensureServerQueryData(
context.queryClient,
playerQueries.auth()