-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent usage of Array index in keys (#26102)
Summary: To ensure source code conform with no-array-index-key rules: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-array-index-key.md ## Changelog [General] [Fixed] - To avoid using index as key Pull Request resolved: #26102 Reviewed By: rubennorte Differential Revision: D17093314 Pulled By: osdnk fbshipit-source-id: 3c50f8fa0b220638e4cec1b71292f2c5c1bdc1c9
- Loading branch information
1 parent
1c27552
commit 36d4a96
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters