-
[email protected] and @3.12.2 getting Error: No QueryClient set, use QueryClientProvider to set one Everything works fine with 3.12.0 and lower. export default function MyApp({ Component, pageProps }) { if (!queryClientRef.current) { return ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Is it this devtools issue? |
Beta Was this translation helpful? Give feedback.
Is it this devtools issue?
#1936