-
Notifications
You must be signed in to change notification settings - Fork 387
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
JSX macros aren't working inside JSX expressions in JSX macros #1175
Comments
Thx @khmm12 will take a look as soon as possible. Indeed looks a regression |
Any news about this? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
No, still actual. |
Up |
If some one takes this task, please, also check that in the SWC plugin. The test case should ported there. |
Checked this in SWC, this also don't work. I made a quick fix for 1 level of nesting for js macro. But if there would be more levels, that would break again. To fix this, fundamental changes needed. Still think how to do that. |
fixed by #1436 and would be released with v4 |
Describe the bug
Since v3 JSX macros aren't working inside JSX expressions in JSX macros. v2 macros are working as expected.
The issue is reproducible in any nesting level.
To Reproduce
Expected behaviour
Actual behaviour
Additional context
lingui
:3.13.0
@babel/core
:7.16.0
The text was updated successfully, but these errors were encountered: