-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
test(react-query/ssr): add 'useQueries' test for SSR #9996
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?
Conversation
|
📝 WalkthroughWalkthroughA new SSR test case for the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2025-11-22T09:06:05.219ZApplied to files:
📚 Learning: 2025-08-19T03:18:18.303ZApplied to files:
🧬 Code graph analysis (1)packages/react-query/src/__tests__/ssr.test.tsx (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
Comment |
|
View your CI Pipeline Execution ↗ for commit 73e67fc
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9996 +/- ##
===========================================
+ Coverage 45.89% 83.91% +38.02%
===========================================
Files 200 26 -174
Lines 8437 373 -8064
Branches 1933 110 -1823
===========================================
- Hits 3872 313 -3559
+ Misses 4116 51 -4065
+ Partials 449 9 -440
🚀 New features to boost your workflow:
|
🎯 Changes
Add
useQueriestest for SSR inssr.test.tsx.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
New Features
useQuerieshook is now available in the public API for managing multiple queries simultaneouslyTests
useQueriesin server-side rendering scenarios, verifying successful data retrieval and cache behavior✏️ Tip: You can customize this high-level summary in your review settings.