adrianhajdin/project_music_player

VM325 react_devtools_backend.js:4012 Warning: Each child in a list should have a unique "key" prop.

Opened this issue · 2 comments

Screenshot 2023-02-07 at 2 46 33 PM

I keep getting this error message. im fairly new to react. can some please help me??

thank you

also some of the cover art is not displaying if anyone knows why that would be happening.

You need to add a key to the component. Like this after using .map((song, i))....