fullstack-hy2020 / part12-containers-applications

Application template to be used in the part 12 of Full Stack open
2 stars 301 forks source link

Fix key error #9

Open lxhelmer opened 6 months ago

lxhelmer commented 6 months ago

There is a react key error in the template, because React handles the <hr /> object as top level element in the loop. Since also the mapped list calls for some unique key it's more applicable to wrap everything and give a key to that.