We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ef743 commit 7b05fc1Copy full SHA for 7b05fc1
frontend/src/main.tsx
@@ -15,7 +15,7 @@ OpenAPI.TOKEN = async () => {
15
16
const queryClient = new QueryClient()
17
18
-const router = createRouter({ routeTree, context: { queryClient } })
+const router = createRouter({ routeTree })
19
declare module "@tanstack/react-router" {
20
interface Register {
21
router: typeof router
0 commit comments