Replies: 1 comment
-
You can write your own custom hook that wraps it. |
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.
-
I'd like
queryClient.refetchQueries()
to always use the{ exact: true }
option.Is there a way to configure the query client to do this, or do I have to specify
{ exact: true }
every time I callqueryClient.refetchQueries()
?Beta Was this translation helpful? Give feedback.
All reactions