refactor(query-core): Make MutationMeta and QueryMeta generic#5804
refactor(query-core): Make MutationMeta and QueryMeta generic#5804vojvodics wants to merge 2 commits intoTanStack:betafrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 484d0a4:
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 484d0a4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
|
Hm, I would still advise to not put functions into
it would also be necessary that these functions are pure and do not reference anything from their closures... |
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## beta #5804 +/- ##
=========================================
+ Coverage 0 89.71% +89.71%
=========================================
Files 0 66 +66
Lines 0 2138 +2138
Branches 0 529 +529
=========================================
+ Hits 0 1918 +1918
- Misses 0 190 +190
- Partials 0 30 +30 ☔ View full report in Codecov by Sentry. |
|
Thanks for the explanation! I agree that it's easy to make a mistake if you're not careful and don't understand all the problems that come with it. Feel free to close the PR if you think this is not something you should support. |
Reopening #5457 to the beta branch