Calling a function with queryClient.fetchQuery
inside of a hook useQuery
#7708
Unanswered
WingsDevelopment
asked this question in
Q&A
Replies: 2 comments
-
I don't understand what this indirection is supposed to do ... |
Beta Was this translation helpful? Give feedback.
0 replies
-
It used to work in v4, but in v5 I get this issue #8494 |
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
-
Is there any problem with calling a function with
queryClient.fetchQuery
inside of a hookuseQuery
?so what i want to do is
it seems to me that it is working fine but I can't really find anything in documentation about this..
Beta Was this translation helpful? Give feedback.
All reactions