Hellenic / react-hexgrid

Build interactive hexagon grids with React
https://hellenic.github.io/react-hexgrid/examples/
MIT License
318 stars 130 forks source link

template example does not work: Keys must be unique between templates #21

Closed jason-henriksen closed 6 years ago

jason-henriksen commented 6 years ago

The key being the same from one template to another caused left over stuff on rendered components to mess up the render. Making the key change when you switch components resolves that problem.

For me, this example does not work without this change on Chrome.