eslint rules should not silence the "react/jsx-key" rule #44
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
external-dependency
Depends on an upstream package or library
hacktoberfest
Issues shared for contributions by the Hacktoberfest community
hacktoberfest2022
Issues shared for contributions by the Hacktoberfest community in 2022
Describe the bug
The eslint "react/jsx-key" rule has been temporarily set to false in the .eslintrc.js file to temporarily mute a known issue in
eslint-plugin-react@7.29.0
linked at the bottom of this issue description.What is the expected behavior?
This rule should not be disabled and there should be no linting errors when running
yarn lint
.How to Recreate
yarn && yarn lint
Environment
Anything else to add?
jsx-eslint/eslint-plugin-react#3215
facebook/create-react-app#11825
Updating to version ^7.29.2 should fix the issue.
The text was updated successfully, but these errors were encountered: