Next.js Discord

Discord Forum

Warning: Each child in a list should have a unique "key" prop.

Unanswered
Anthony Fubon posted this in #help-forum
Open in Discord
Hey, everybody. Help me out here, please.
When I go to the page with posts, I'm fine. But if I reload the page, an error pops up.

Warning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <div>.

https://www.youtube.com/watch?v=vVyff-ugiG8

2 Replies

Blood cockle
I guess all divs after the initial must have a unique key prop because they are children, right?
I guess so. I have a separate file loadmore and output already in the file page.tsx apparently is not thrown key