-
-
Notifications
You must be signed in to change notification settings - 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
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
docs: improve skipToken and refetch incompatibility warning - 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 first rename pass simplify one thing add deprecations markers, ensureQueryData rewrite update vue client react-query changes vue-query svelte-query solid-query angular-query core types vue-query update revert exess changes to prefetch tests remove excess chagnes in test prefetch infinite query fix anguler tests noop better vue tests update type tests query-core tests react query updates other test updates fix tests docs
π― 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.