Error: No QueryClient set, use QueryClientProvider to set one
with any version after 4.2.3
#5286
Unanswered
italodeandra
asked this question in
Q&A
Replies: 0 comments
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 have a Next.js 13 application which has installed a library I created myself which exports CJS (because Next.js builds a CJS version and don't allow me to export ESM).
This library exports several reusable code where I use React Query. It used to work flawless, but when I try to update React Query to any version after 4.2.3, I started getting this context error.
I saw some suggestions on Discord, here on Open/Closed Issues and also on Discussions tabs. But none worked.
Beta Was this translation helpful? Give feedback.
All reactions