-
-
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
'react/jsx-no-bind' doesn't recognise ternary conditions #1722
Labels
Comments
PR #1723 fix this bug, need review and merge if accepted |
This was referenced May 12, 2018
Bug was fixed 👍 |
This was referenced Sep 22, 2018
Open
Closed
Open
Open
1 task
This was referenced Oct 25, 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
In the code above, the rules 'react/jsx-no-bind' is marking onRequestClose as a warning but not onValidate, although it should in my opinion.
I'll open a PR fixing this bug.
The text was updated successfully, but these errors were encountered: