Replies: 1 comment 1 reply
-
@TkDodo Could you please share your thoughts on this, you have a lot of valuable knowledge on this project 🥺 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Good day RQ community, I'm experiencing missing QueryClient error
Error: No QueryClient set, use QueryClientProvider to set one ...
when using RQ across two packages via a custom provider.I have two packages,
Main
&Child
whereChild
is installingMain
as dependency and consuming a custom provider exported byMain
like shown below.I'm getting this error when accessing a route specified in the
Child
package that is usinguseQuery
. And everything is working when theQueryClientProvider
is duplicated in theChild
package directly like so. Note that theReactQueryDevtools
is visible in this case even though its provided inMain
any hint is much appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions