-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
no-access-state-in-setstate makes eslint crash #1657
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
Labels
Comments
I'm having this same issue after upgrading to 7.6.0 from 7.5.1. It was working fine before and downgrading works for now.
Not sure what more information I could provide that could be useful. |
What would be most useful would be providing the code that causes the |
Thanks @ljharb ! |
This was referenced Sep 22, 2018
This was referenced Nov 23, 2018
1 task
1 task
This was referenced Dec 21, 2018
This was referenced Jan 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here
property.key
can be not an object (null ?): https://github.com/yannickcr/eslint-plugin-react/blob/7b742d0ddecfdfb796a3705aae56e4534c9bb370/lib/rules/no-access-state-in-setstate.js#L151In this case, eslint crashes...
The text was updated successfully, but these errors were encountered: