-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(vue): include TPageParam in enabled of InfiniteQueryObserverOptions #9898
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
fix(vue): include TPageParam in enabled of InfiniteQueryObserverOptions #9898
Conversation
🦋 Changeset detectedLatest commit: 64100b6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughAdjusted TypeScript types in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Files to pay extra attention to:
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ 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). (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 |
|
View your CI Pipeline Execution ↗ for commit 64100b6
☁️ 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 #9898 +/- ##
===========================================
+ Coverage 45.78% 71.28% +25.49%
===========================================
Files 200 19 -181
Lines 8413 484 -7929
Branches 1922 140 -1782
===========================================
- Hits 3852 345 -3507
+ Misses 4113 109 -4004
+ Partials 448 30 -418
🚀 New features to boost your workflow:
|
🎯 Changes
This PR adds the missing generic type parameters that weren't being passed through properly.
✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
Bug Fixes
enabledconfiguration now correctly includes the page parameter.Chores
Notes
✏️ Tip: You can customize this high-level summary in your review settings.