-
If I have a disabled query and use It wasn't clear to me from https://tanstack.com/query/v4/docs/react/guides/disabling-queries, if manually setting query data will cause the query to re-retrieve data. |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Mar 4, 2023
Replies: 1 comment
-
Absolutely. The docs say that the query is disabled from automatically running - the observer is still watching the cache entry for changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lockr7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely. The docs say that the query is disabled from automatically running - the observer is still watching the cache entry for changes.