-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(query-core): improve useInfiniteQuery error handling #7418
feat(query-core): improve useInfiniteQuery error handling #7418
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d9a2c6d:
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d9a2c6d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a great contribution, thank you 🙏
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #7418 +/- ##
==========================================
- Coverage 41.42% 41.22% -0.21%
==========================================
Files 184 182 -2
Lines 7331 7413 +82
Branches 1531 1558 +27
==========================================
+ Hits 3037 3056 +19
- Misses 3889 3945 +56
- Partials 405 412 +7 |
Fixes #7412
isFetchNextPageError
andisFetchPreviousPageError
.isRefetchError
to be consistent withisRefetching
.useInfiniteQuery
.Related #4465