-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
TypeError: Cannot read property 'name' of null #2728
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
Comments
+1 |
I have same problem.
|
Version 7.20.3 works fine. |
Seems to be caused by #2699 |
marusak
added a commit
to marusak/cockpit
that referenced
this issue
Jul 27, 2020
yorkie
added a commit
to alibaba/pipcook
that referenced
this issue
Jul 27, 2020
The [email protected] introduced a crash bug when linting a source with anonymous function with es module. This PR removes all related anonymous functions to hotfix the problem. See jsx-eslint/eslint-plugin-react#2728
Ah, I see someone also reduced it already. An easy null-check on the
|
yorkie
added a commit
to alibaba/pipcook
that referenced
this issue
Jul 27, 2020
The [email protected] introduced a crash bug when linting a source with anonymous function with es module. This PR removes all related anonymous functions to hotfix the problem. See jsx-eslint/eslint-plugin-react#2728
sluukkonen
added a commit
to digabi/exam-engine
that referenced
this issue
Jul 27, 2020
This should work around the issue in eslint-plugin-react 7.20.4 [1], and is good practice in any case. [1] jsx-eslint/eslint-plugin-react#2728
marusak
added a commit
to cockpit-project/cockpit
that referenced
this issue
Jul 27, 2020
I have same problem. |
same problem here |
1 task
Same problem :-) |
Thanks everyone; I'll get a fix out |
ljharb
added a commit
to wKich/eslint-plugin-react
that referenced
this issue
Jul 28, 2020
Fixes jsx-eslint#2728. Co-authored-by: Odin Hørthe Omdal <[email protected]> Co-authored-by: Jordan Harband <[email protected]> Co-authored-by: Dmitriy Lazarev <[email protected]>
+1 And version 7.20.3 works |
gindis
pushed a commit
to gindis/pipcook
that referenced
this issue
Sep 11, 2020
The [email protected] introduced a crash bug when linting a source with anonymous function with es module. This PR removes all related anonymous functions to hotfix the problem. See jsx-eslint/eslint-plugin-react#2728
cowboyox
pushed a commit
to cowboyox/cockpit
that referenced
this issue
Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 7.20.4 seems to crash with the following error in a non-tsx file.
I haven't been able to produce a reduced test case yet.
The text was updated successfully, but these errors were encountered: