react-d3 / react-d3-shape

react-d3 shapes, such as line, scatter, bar, bar stack ... and more.
24 stars 40 forks source link

Silence unique-key errors #13

Closed robatron closed 8 years ago

robatron commented 8 years ago

Silences unique-key errors for the bar and area shapes:

Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Area`

and

Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Bar`

Similar solution to #12 .