How do I add extra Querykeys to all interfaces? #5297
Replies: 1 comment
-
i find the reason is it not invalidate |
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
-
when gameId from '' to 123, queryClient.invalidateQueries not reinvoke,no any request send
I didn't add gameId to the queryKey. Will invalidateion execute it to determine if the queryKey has changed? Is there a way to enforce it?
Beta Was this translation helpful? Give feedback.
All reactions