-
Notifications
You must be signed in to change notification settings - Fork 384
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(macro): fix failure when macro meets function carrying #1884
fix(macro): fix failure when macro meets function carrying #1884
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #1884 +/- ##
==========================================
+ Coverage 77.05% 77.07% +0.02%
==========================================
Files 83 83
Lines 2131 2133 +2
Branches 550 550
==========================================
+ Hits 1642 1644 +2
Misses 379 379
Partials 110 110 ☔ View full report in Codecov by Sentry. |
Looks nice, so I need a new next version to test 😂 |
Co-authored-by: Andrii Bodnar <[email protected]>
@yunsii you can patch it locally, directly in node_modules or use this instruction to run development version in your local project |
@thekip Yes, I can use pnpm patch temporarily 🤔 |
Description
fixes: #1797 (comment)
Types of changes
Fixes # (issue)
Checklist