reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 300 forks source link

Fix: unknown prop 'redraw' warning in React v15.2 #129

Closed strawbrary closed 8 years ago

strawbrary commented 8 years ago

React v15.2 emits the following warning when trying to use 'redraw' mode. Warning: Unknown propredrawon <canvas> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop

austinpray commented 8 years ago

Thank you!

pablen commented 8 years ago

Thanks! any ETA for publishing this fix to npm?

austinpray commented 8 years ago

Published as 0.8.0

dallonf commented 7 years ago

Can you also merge this to the "v2" branch?