We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
withDevtools
There's a wish for large enterprise applications to not add TanStack Query to the main application bundle but only on lazy loaded routes.
provideTanStackQuery and feature providers such as withDevtools should be usable on lazy loaded routes providers array.
provideTanStackQuery
As withDevtools was first intended to be used only in app.config.ts it currently adds new devtools every time it's provided.
app.config.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's a wish for large enterprise applications to not add TanStack Query to the main application bundle but only on lazy loaded routes.
provideTanStackQuery
and feature providers such aswithDevtools
should be usable on lazy loaded routes providers array.As
withDevtools
was first intended to be used only inapp.config.ts
it currently adds new devtools every time it's provided.The text was updated successfully, but these errors were encountered: