FreeCodeCamp-SLC / utahjs-gatsby

UtahJS is a nonprofit organization dedicated to community and JavaScript
https://utahjs.com
BSD Zero Clause License
5 stars 11 forks source link

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

Closed AlexanderPuhl closed 3 years ago

AlexanderPuhl commented 3 years ago

This is occurring in the HomeGetInvolvedSection.js component. When I try to replace <> with "div" tags so that I can add key={id}, It messes up the styling. Only way I can see to get this resolved is to go ahead w/ wrapping the dt and dd tags w/ a div, and then refactor the CSS which is gonna be kind of a pain in the ass.

AlexanderPuhl commented 3 years ago

Honestly, if you want to completely do away with the whole dl, dt, dd and modernize it. That's fine w/ me lol.