amcharts / amcharts3-react

Official amCharts V3 React component
Apache License 2.0
118 stars 50 forks source link

React ^15.5.0 support - Warning: A Component: React.createClass is deprecated ... #46

Closed MarekSalat closed 7 years ago

MarekSalat commented 7 years ago

Hello there, firstly thank you for work on this package.

With the release of React 15.5.0, the deprecation of the react-addons-testutilsand the new prop-types package is causing a lot of console warnings.

Warning: A Component: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
MarekSalat commented 7 years ago

it seems to be solved when we migrated Migrating to amCharts React plugin 2.0