yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

BarChart unknown props warning #63

Closed jdelafon closed 8 years ago

jdelafon commented 8 years ago

When my bar plot shows, I get this in the console:

Warning: Unknown props `hoverAnimation`, `dataPoint`, `handleMouseOver`, `handleMouseLeave` on <rect> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in rect (created by exports)
in exports (created by exports)
in exports (created by DataSeries)
jdelafon commented 8 years ago

Duplicate of #52