-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
remove overloads codemod #5046
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
remove overloads codemod #5046
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 a7b7c7d:
|
…ion` utility functions
…nsformer functions
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## alpha #5046 +/- ##
==========================================
+ Coverage 90.39% 90.72% +0.32%
==========================================
Files 105 110 +5
Lines 3791 3988 +197
Branches 952 1000 +48
==========================================
+ Hits 3427 3618 +191
- Misses 331 337 +6
Partials 33 33
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
can you add documentation to the upgrade guide please: https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5 |
not sure if this is possible but it would be much easier to look at the test cases if we had input and output co-located for each situation. Something like:
will become
right now, I have to know that line 18 in the input file corresponds to lines 36-38 in the output file ... |
Of course, that will be added in a separate commit. |
Unfortunately not, at least I haven't found a way yet. 😞 I will try to come up with something nicer but probably not in this PR. |
|
No description provided.