Skip to content
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 automatic transform doesn't get used for 18+ prereleases #7595

Closed
gaearon opened this issue Jan 22, 2022 · 1 comment · Fixed by #7642
Closed

JSX automatic transform doesn't get used for 18+ prereleases #7595

gaearon opened this issue Jan 22, 2022 · 1 comment · Fixed by #7642

Comments

@gaearon
Copy link

gaearon commented Jan 22, 2022

🐛 bug report

If you try using react@next or react@experimental, Parcel uses the old JSX transform, so it forces React to be in scope. But it should use the new one. Not sure how CRA is detecting it but it's worth aligning on the detection method IMO.

@mischnic mischnic linked a pull request Jan 22, 2022 that will close this issue
3 tasks
@mischnic
Copy link
Member

There's an old WIP PR here: #6948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants