-
Pass queryClient in useQuery({});// use Query Client in context form provider
useQuery({queryClient }); // ignore the context and use the queryClient in arguments |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Jan 28, 2022
Replies: 2 comments 2 replies
-
what would you need it for please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
oh, I misunderstood, sorry. seems like you want: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
NewFuture
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh, I misunderstood, sorry. seems like you want: