DEV Community

Discussion on: NextJS Key not working

Collapse
 
codbugs profile image
Coding Bugs

I think you missed the key attribute in the first node inside map 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-....