From f0f5bb786e8982cd739b64db73c93ad7b277ffb6 Mon Sep 17 00:00:00 2001 From: yohlo Date: Sat, 30 Aug 2025 15:29:43 -0500 Subject: [PATCH] restore link to tsr issue --- src/app/routes/__root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/routes/__root.tsx b/src/app/routes/__root.tsx index 574b364..baa2b63 100644 --- a/src/app/routes/__root.tsx +++ b/src/app/routes/__root.tsx @@ -70,6 +70,7 @@ export const Route = createRootRouteWithContext<{ component: RootComponent, notFoundComponent: () => , beforeLoad: async ({ context }) => { + // https://github.com/TanStack/router/discussions/3531 const auth = await ensureServerQueryData( context.queryClient, playerQueries.auth()