-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
react/boolean-prop-naming error with isRequired on a shape #1791
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
This was referenced May 12, 2018
This was referenced May 13, 2018
This was referenced Sep 22, 2018
Open
Closed
Open
1 task
This was referenced Oct 25, 2018
This was referenced Nov 4, 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
When upgrading to 7.8 from 7.7.0 eslint trigger the following error:
I was able to reproduce with this simple code:
I believe this is due to f980c38 introducing a check for simple
PropTypes.bool.isRequired
but not handling the case whereisRequired
is added after a function.The text was updated successfully, but these errors were encountered: