rocketseat-education / ignite-template-componentizando-a-aplicacao

MIT License
37 stars 151 forks source link

Correction in React unique "key" error #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

When starting the challenge, cloning and uploading the project, I noticed that in console.log(), I was showing the message: React unique "key" error from the Button component. Because of this, the keywas added in the Button and in the MovieCard component, because it also does not have the key.