-
-
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
refactor: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery #7797
refactor: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery #7797
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 535f8c0. 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 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7797 +/- ##
===========================================
+ Coverage 44.58% 85.80% +41.21%
===========================================
Files 185 24 -161
Lines 7078 324 -6754
Branches 1566 83 -1483
===========================================
- Hits 3156 278 -2878
+ Misses 3559 39 -3520
+ Partials 363 7 -356
|
#7768
Add detailed error messages in non-production environments when using
skipToken
in the queryFn ofuseSuspenseQueries
anduseSuspenseInfiniteQuery
.Before
After