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.
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
In some cases, TanStack query can return incorrect data when multiple related keys are used
https://stackblitz.com/edit/vitejs-vite-a9azfw?file=src%2FApp.vue
Reactivity updates should happen all at once so that invalid states cannot be observed
Every time
No response
macOS Chrome 116.0.5845.110
vue-query
4.34.0
5.0.2
The text was updated successfully, but these errors were encountered:
@DamianOsipiuk fyi
Sorry, something went wrong.
This issue should be the same as #5910
thanks, closing as duplicate then.
No branches or pull requests
Describe the bug
In some cases, TanStack query can return incorrect data when multiple related keys are used
Your minimal, reproducible example
https://stackblitz.com/edit/vitejs-vite-a9azfw?file=src%2FApp.vue
Steps to reproduce
Expected behavior
Reactivity updates should happen all at once so that invalid states cannot be observed
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
macOS Chrome 116.0.5845.110
Tanstack Query adapter
vue-query
TanStack Query version
4.34.0
TypeScript version
5.0.2
Additional context
No response
The text was updated successfully, but these errors were encountered: