-
-
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 issues with queryOptions factory method types #8394
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3b26d75. 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 1 targetSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8394 +/- ##
===========================================
+ Coverage 46.21% 63.03% +16.81%
===========================================
Files 198 134 -64
Lines 7509 4804 -2705
Branches 1710 1345 -365
===========================================
- Hits 3470 3028 -442
+ Misses 3664 1536 -2128
+ Partials 375 240 -135 |
can you try the PR preview builds?
|
Thanks, that's a life-safer, the content of this PR has tRPC's codebase passing now (trpc/trpc#6290) albeit with one fix for correctness related to the DataTag change: |
1030e64
to
2cc0950
Compare
packages/angular-query-experimental/src/infinite-query-options.ts
Outdated
Show resolved
Hide resolved
2cc0950
to
0d57717
Compare
9beffc5
to
1f7d0b2
Compare
d0151ee
to
bc8908d
Compare
bc8908d
to
e464740
Compare
This tackles a few things we've spotted in tRPC:
tRPC build here: trpc/trpc#6290
fixes #8394