웹개발/혼자하는 개발 공부

Missing "key" prop for element in array

데브리 2022. 9. 12. 05:21

 

 

https://github.com/jsx-eslint/eslint-plugin-react/issues/3215

 

jsx-key `Missing "key" prop for element in array` when there is no array/iteration · Issue #3215 · jsx-eslint/eslint-plugin-re

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...

github.com

 

 

 

I can confirm I'm seeing this with eslint-plugin-react@7.29.0 downgrading to 7.28.0 the error goes away.