Hey there! I tried creating an array with nextjs but I always get the error Missing "key" prop for element in iterator
. Does anyone know how to fix that error? I really don't know what I did wrong
My data: (These aren't real ip adresses)
For further actions, you may consider blocking this person and/or reporting abuse
Juarez Júnior -
Scrapfly -
TheGuildBot -
Jonathan Gamble -
Top comments (2)
Move the key up a node.
I think you missed the
key
attribute in the first node insidemap
function. Take a look on this article I wrote some time ago, it may help you with this, dev.to/codbugs/easiest-way-to-set-....