You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🐛 bug report
If you try using
react@next
orreact@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.The text was updated successfully, but these errors were encountered: