trachanh1609 / theshortcut

0 stars 0 forks source link

Warning: Each child in an array or iterator should have a unique 'key' prop #4

Open ArmandDu opened 5 years ago

ArmandDu commented 5 years ago

React know how to render arrays of React nodes, but you need to specify a unique key for each item in the list.

Read more: https://reactjs.org/docs/lists-and-keys.html