Replies: 1 comment 2 replies
-
I think this is a bug that has been fixed with v3. Could you try the v3 beta version? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given an app wrapped in the following provider:
Why does every button click trigger a new network call?
Meanwhile, if I explicitly add a config to the
fetchQuery
, it will respect it, and only fetch once, no matter how many clicks:I assume this is a conscious design decision, I'm just curious as to why :)
Beta Was this translation helpful? Give feedback.
All reactions