-
-
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
fix(react-query): resolve overload matches error with exactOptionalPropertyTypes in query options #8186
fix(react-query): resolve overload matches error with exactOptionalPropertyTypes in query options #8186
Conversation
…opertyTypes in queryOptions
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f04b36a. 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 #8186 +/- ##
===========================================
+ Coverage 45.41% 81.84% +36.43%
===========================================
Files 200 26 -174
Lines 7456 358 -7098
Branches 1696 98 -1598
===========================================
- Hits 3386 293 -3093
+ Misses 3694 56 -3638
+ Partials 376 9 -367
|
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.
Reviewed
fixed: #8184
Resolve overload matches error in
queryOptions
,infiniteQueryOptions
when exactOptionalPropertyTypes in typescript is enabled.