Closed robatron closed 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 .
Silences unique-key errors for the bar and area shapes:
and
Similar solution to #12 .