-
-
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(solid-query): separate queryOptions from createQuery file #7806
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b4c5a4f. 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 #7806 +/- ##
===========================================
+ Coverage 44.61% 79.45% +34.83%
===========================================
Files 185 15 -170
Lines 7087 331 -6756
Branches 1574 63 -1511
===========================================
- Hits 3162 263 -2899
+ Misses 3562 56 -3506
+ Partials 363 12 -351
|
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.
Looking good @lachlancollins! Thanks for making the changes. Feel free to merge this in.
DefinedInitialDataOptions
fix from fix(types): initialData function that returns undefined should still discriminate after isSuccess check #5869)