-
-
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
fix: Allow optional initialData object in queryOptions #8162
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3800783. 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8162 +/- ##
=========================================
+ Coverage 0 81.89% +81.89%
=========================================
Files 0 26 +26
Lines 0 359 +359
Branches 0 99 +99
=========================================
+ Hits 0 294 +294
- Misses 0 56 +56
- Partials 0 9 +9
|
Similar with #8157
Allowed optional initialData, not only a function but also an object, in
queryOptions
And one more very small change, removed an unnecessary line.