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

[Bug]: TypeError in version 7.34.1 #3721

Closed
2 tasks done
dfvalero opened this issue Mar 26, 2024 · 1 comment
Closed
2 tasks done

[Bug]: TypeError in version 7.34.1 #3721

dfvalero opened this issue Mar 26, 2024 · 1 comment
Labels

Comments

@dfvalero
Copy link

dfvalero commented Mar 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues and my issue is unique
  • My issue appears in the command-line and not only in the text editor

Description Overview

I just updated eslint-plugin-react to version 7.34.1 and I'm seeing this error message when running this command eslint --cache --ext .js,.jsx,.ts,.tsx .:

Oops! Something went wrong! :(

ESLint: 8.57.0

TypeError: Cannot read properties of undefined (reading 'name')
...

This are my dependencies related to eslint:

        "@babel/eslint-parser": "^7.24.1",
        "@babel/eslint-plugin": "^7.23.5",
        "@typescript-eslint/eslint-plugin": "^7.4.0",
        "@typescript-eslint/parser": "^7.4.0",
        "eslint": "^8.57.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-import": "^2.29.1",
        "eslint-plugin-jsx-a11y": "^6.8.0",
        "eslint-plugin-prettier": "^5.1.3",
        "eslint-plugin-react": "^7.34.1",
        "eslint-plugin-react-hooks": "^4.3.0",
        "eslint-webpack-plugin": "^4.1.0",

Expected Behavior

Not seeing any error, because it was working in version 7.33.2

eslint-plugin-react version

7.34.1

eslint version

8.57.0

node version

18.18.0

@dfvalero dfvalero added the bug label Mar 26, 2024
@dfvalero dfvalero changed the title TypeError in version 7.34.1 [Bug]: TypeError in version 7.34.1 Mar 26, 2024
@dfvalero
Copy link
Author

Discussing it here: #3717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant