Replies: 1 comment
-
please show a stackblitz reproduction because no, that’s not possible. |
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.
-
I've noticed that when refetch is used:
query is missing from queryCache.
This prevents query from being invalidated when using
queryClient.invalidateQueries
. Is this intentional behavior? Should I usequeryClient.invalidateQueries
instead ofrefetch
, when I want to update queries from other places (that do not use this query)?Beta Was this translation helpful? Give feedback.
All reactions