Issue with useQuery #4221
Unanswered
peak-jiteshahuja
asked this question in
Q&A
Replies: 2 comments
-
that is per design. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@peak-jiteshahuja |
Beta Was this translation helpful? Give feedback.
0 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.
-
When using
useQuery
. For subsequent network calls with the same keyloading
state doesn't seem to reset. So basically when i change any of the keys being passed touseQuery
the API call is re initiated but theloading
state doesn't seem to change to true.Beta Was this translation helpful? Give feedback.
All reactions