TanStackT
TanStack2y ago
3 replies
incredible-moccasin

Context is undefined in 'loader'

The application encounters a TypeError: Cannot read properties of undefined (reading 'queryClient') during the loading process. The loader function attempts to use context.queryClient to ensure query data but fails because context.queryClient is undefined.
app.png
context-console.png
route.png
Was this page helpful?