feat(query-core): improve useInfiniteQuery error handling#7418
feat(query-core): improve useInfiniteQuery error handling#7418TkDodo merged 4 commits intoTanStack:mainfrom
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. |
TkDodo
left a comment
There was a problem hiding this comment.
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
isFetchNextPageErrorandisFetchPreviousPageError.isRefetchErrorto be consistent withisRefetching.useInfiniteQuery.Related #4465