-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
useSuspenseQuery
: throw select errors
#8593
Conversation
View your CI Pipeline Execution ↗ for commit 592b1c3.
☁️ Nx Cloud last updated this comment at |
right, this destroys all scenarios without suspense, as error boundaries can also be used without suspense. We can only do this when suspense is set, so this needs an extra check. |
Thanks, I've pushed another change. The tests seem to pass now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8593 +/- ##
===========================================
+ Coverage 46.28% 84.34% +38.05%
===========================================
Files 199 26 -173
Lines 7538 364 -7174
Branches 1722 104 -1618
===========================================
- Hits 3489 307 -3182
+ Misses 3670 48 -3622
+ Partials 379 9 -370
|
Fixes #8591.