Replies: 1 comment 2 replies
-
the Providers are just react-context, so |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm building a library that uses
react-query
.I want to provide users the option to set a default query function via a wrapper around the
QueryClientProvider
.How do I make sure I don't overwrite any other instances of
react-query
the user might be using in his project?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions