Replies: 1 comment
-
can you show a codesandbox reproduction please? |
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.
-
Hi,
a weird thing is happening to one of my queries: when I invalidate it (via
queryClient
or developer tools) it gets refetched (network calls starts, succeeds, function returns value) but the query state stays infetching
, and the new data never makes it to the query or its consumers. I have many similar queries that don't exhibit the same behavior.Has something like that happened to anyone? any clues on where to look? for now I'm resetting the query as a workaround but it's clearly less than optimal
Beta Was this translation helpful? Give feedback.
All reactions