You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you return exactly the same object reference , no update would be scheduled, since there is no reason to update as we got exactly the same thing before.
Describe the bug
Content is only updated in the component that explicitly uses isFetching in the template
Your minimal, reproducible example
https://codesandbox.io/p/sandbox/4w2vcd
Steps to reproduce
Click "Add" button and compare the content of both UI components
Expected behavior
After clicking the Add button, the contents of both components should be the same.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Browser
Tanstack Query adapter
vue-query
TanStack Query version
v.5.73.0
TypeScript version
^5.73.0
Additional context
No response
The text was updated successfully, but these errors were encountered: