react-d3 / react-d3-tooltip

react-d3 tooltip implementation
http://www.reactd3.org/docs/tooltip/
23 stars 22 forks source link

Warning in Voronoi component #19

Open domark0721 opened 8 years ago

domark0721 commented 8 years ago

Would you solve this warning, please? Thanks!

warning.js?0260:45 Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of Voronoi. See https://fb.me/react-warning-keys for more information.

dmk23 commented 8 years ago

Still seeing the same problem. Is this project being maintained?

gamebak commented 8 years ago

Having same problem with the tooltip, trying to implement the SimpleTooltip. Any fix for it ?

gamebak commented 8 years ago

I wrote a fix for this problem, hopefully, someone can merge it with master. https://github.com/react-d3/react-d3-tooltip/pull/27