We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to upgrade Acorn from 6.30 to 7.0.0 (or 7.1.0) and it doesn't work:
SyntaxError: Unexpected token (1:6) 1 : <React.Fragment><Button>Push Me</Button></React.Fragment>; ^
SyntaxError: Unexpected token (3:15) 1 : import Placeholder from '../Placeholder' 2 : ;<Button> 3 : <Placeholder /> ^
I don't see any migration guide or changes that may break JSX parsing. Any hints would be great here.
The text was updated successfully, but these errors were encountered:
Probably related to #1321
Sorry, something went wrong.
@malyzeli I think you're right, closing this one as duplicate.
No branches or pull requests
I'm trying to upgrade Acorn from 6.30 to 7.0.0 (or 7.1.0) and it doesn't work:
I don't see any migration guide or changes that may break JSX parsing. Any hints would be great here.
The text was updated successfully, but these errors were encountered: