reactjs / react-chartjs

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

React.createClass is deprecated #201

Closed HPaulos closed 6 years ago

HPaulos commented 6 years ago

As React.createClass is deprecated method it needs to be resolved. It can be resolved with use of library 'create-react-class'. Please resolve it.

blizzo521 commented 6 years ago

With React 16.2.0 I get an error rather than a deprecation warning: Uncaught TypeError: React.createClass is not a function

DylanMunyard commented 6 years ago

Hello - this has just been resolved, https://github.com/reactjs/react-chartjs/pull/192