landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

Bug: Hand.tsx Key Warning #48

Open SirFatredVIII opened 3 months ago

SirFatredVIII commented 3 months ago

When using the map function, it is common practice to also pass in a key to an element, just in case that element swaps places with another one later in the list's lifespan. Otherwise, this error is thrown:

Image

This bug can be fixed by assigning a unique index i to each card mapped in the hand component.