-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Out of date eslint plugin causes Parsing error: Cannot read property 'map' of undefined
#9583
Comments
Parsing error: Cannot read property 'map' of undefined
Parsing error: Cannot read property 'map' of undefined
The Anyway look like CRA is using version 2 of the plugin.. that means 2 major versions of the plugin and 1 major version of eslint we're behind |
Yeah it is quite a way behind. What would be the negatives of bumping it? |
#9590 Submitted a PR. Wonder when all the builds will start working :S |
WARNING: broken build atm because eslint-typescript is broken / out of date in create-react-app (facebook/create-react-app#9583)
I've just realized the PR is tagged with v4 :( is there any chance we can still have this in v3? |
Describe the bug
I've upgraded my project's TypeScript to version 4. It seems this creates an issue because
react-scripts
@typescript-eslint/parser
is out of date. Could we bump these packages?Currently I am doing this in my package.json:
as a workaround.
The text was updated successfully, but these errors were encountered: