perf(query-core): Reuse refetch interval resolver 🤖🤖🤖 - #11332
Open
scttcper wants to merge 4 commits into
Open
Conversation
Reuse the generic query option resolver added in TanStack#11302 for refetch intervals. Keeps callback and nullish fallback behavior while dropping the duplicate branch. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Contributor
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Drop the cast-heavy timer spy coverage and keep the existing behavioral tests plus the disabled observer timer assertion. Co-authored-by: OpenAI Codex <noreply@openai.com>
TkDodo
approved these changes
Aug 30, 2026
|
View your CI Pipeline Execution ↗ for commit f0b22dd
☁️ Nx Cloud last updated this comment at |
TkDodo
marked this pull request as ready for review
August 30, 2026 14:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Changes
Reuse
resolveQueryValueforQueryObserverrefetch intervals, matching the option resolution cleanup from #11302 and removing the duplicate function branch.Extends the disabled observer test to cover refetch timers. Existing behavioral coverage continues to prove numeric intervals, interval changes including stopping on
false, function intervals receiving the currentQuery, and server timer behavior.With Vite 8.2.2 and Oxc minification, both scenarios saved 76 B minified. Query-only saved 13 B gzip / 9 B Brotli; full-SPA saved 12 B gzip / 3 B Brotli. A second run reproduced every compressed result.
✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.🚀 Release Impact
Summary by CodeRabbit
Bug Fixes
Performance