You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a weird place to say this, but I'm not sure there's a good place. Thanks for being so helpful all over the place: issues (this one), discussions (#4024), PR (#4010), and even a StackOverflow Question I asked about NextJS SSR (https://stackoverflow.com/a/73342248/5452969). And those are just the places where you've helped me directly. I've definitely been helped by answers you left to other people. Thanks! 🙏
Describe the bug
I'm trying to reproduce an issue in a different library (for reference issue: flightcontrolhq/superjson#196, PR: flightcontrolhq/superjson#197). For that I'm using
QueryClient
anddehydrate
, but I'm getting the following error:This is the whole test:
Your minimal, reproducible example
https://codesandbox.io/s/tanstack-query-react-dependency-bnkx3l?file=/src/index.test.js
Steps to reproduce
Expected behavior
I think the test should pass, since it's not using any hook, just the
QueryClient
anddehydrate
.How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
react-query version
4.2.1
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: