hicetnunc icon indicating copy to clipboard operation
hicetnunc copied to clipboard

Bugfix - Put key on top level container

Open TezzardzGoneWild opened this issue 2 years ago • 0 comments

Two functions mapping arrays to HTML elements had the key on one of the children instead of the parent -- React wants keys on the topmost element when something is mapped.

This has no impact on the end user, but is safer and will prevent errors in the console.

TezzardzGoneWild avatar Nov 07 '21 02:11 TezzardzGoneWild