-
-
Couldn't load subscription status.
- Fork 3.5k
Docs/improve skiptoken refetch incompatibility warning #9816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Docs/improve skiptoken refetch incompatibility warning #9816
Conversation
|
WalkthroughDocumentation was updated in the disabling-queries guide to clarify the behavior of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6f8d9a6 to
8abbb95
Compare
8abbb95 to
38b4008
Compare
- Add detailed explanation of Missing queryFn error when using refetch() with skipToken - Provide clear guidance to use enabled: false instead for manual refetching - Systematic fix affects all frameworks (Vue, Angular, Solid) via inheritance Fixes TanStack#7599
🎯 Changes
✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
skipTokenbehavior to clarify that callingrefetch()withskipTokenresults in a Missing queryFn error. Added recommendation to useenabled: falseinstead when manual refetch functionality is required.