-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fragment error when using the settings in a JSX project #2818
Comments
It looks like |
Ah it looks like the wrong default branch is used ( The
PS: this repo should probably be under an org to ease future maintenance and onboard more maintainers and contributors. |
cc @ljharb regarding the org statement. It looks like you have more rights for this repo. |
@DanielRuf so far there hasn't been any issue with it not being in an org, but if the owner is open to it, i could certainly make one. As to your question, where in the readme do you see a "develop" branch referenced? The "next" branch isn't something I've ever used and is pretty outdated. The pragma should be "React". |
You are right, I've meant The current default branch has the wrong example in the readme (which is also shown on npmjs). |
ah, you're right. that should be updated to say "Fragment". |
I'm getting the following error with the example settings in .eslintrc.js:
Fragment pragma React.Fragment is not a valid identifier
The text was updated successfully, but these errors were encountered: