Closed
Description
Hello,
I just upgraded eslint-plugin-react from 7.28.0 to 7.29.0
The result is I now get a Missing "key" prop for element in array
error on all my components, regardless of them having an array/map or anything that would require a key prop.
Before upgrade, the app worked fine, the key prop was already where it should be, on all arrays/lists.
Example of error:
17:7 error Missing "key" prop for element in array react/jsx-key
=> no array on line 17 char 7, just calling a component.
Metadata
Metadata
Assignees
Labels
No labels