-
-
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
Eslint does not work if the jsx key is missed inconditions #3117
Comments
If you add the key to the second div, do you get a warning on the first one? If not, there's definitely a bug. |
If I add a the key, the error/warning in the condition will not appear. |
I'd like to work on this! |
Go for it! |
@ljharb Just to clarify, is the warning supposed to be displayed on both divs? |
Correct. |
Eslint does not work if the jsx key is missed in conditions
Screenshot:
Code:
The text was updated successfully, but these errors were encountered: