-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
no-unused-prop-types
crash when destructuring prevState
#825
Labels
Comments
Also having this problem.
It fails on this destructuring:
|
I will look into this today. |
EvHaus
pushed a commit
to EvHaus/eslint-plugin-react
that referenced
this issue
Sep 13, 2016
Merged
EvHaus
pushed a commit
to EvHaus/eslint-plugin-react
that referenced
this issue
Sep 13, 2016
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I use destructuring on the second argument of
componentDidUpdate
, like this:It gets this error:
eslint: v3.5.0
eslint-plugin-react: v6.2.1
The text was updated successfully, but these errors were encountered: