🔧 Remove unused context from router creation (#1498)

This commit is contained in:
Alejandra
2025-02-18 15:02:50 +00:00
committed by GitHub
parent 86ef743226
commit 7b05fc1f6d

View File

@@ -15,7 +15,7 @@ OpenAPI.TOKEN = async () => {
const queryClient = new QueryClient()
const router = createRouter({ routeTree, context: { queryClient } })
const router = createRouter({ routeTree })
declare module "@tanstack/react-router" {
interface Register {
router: typeof router