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
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')
...
Is there an existing issue for this?
Description Overview
I just updated
eslint-plugin-react
to version 7.34.1 and I'm seeing this error message when running this commandeslint --cache --ext .js,.jsx,.ts,.tsx .
:This are my dependencies related to eslint:
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
The text was updated successfully, but these errors were encountered: