cultureamp / react-elm-components

Write React components in Elm

Home Page:https://www.npmjs.com/package/react-elm-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning from React: React.createClass is deprecated and will be removed in version 16

kevgathuku opened this issue · comments

Hey folks,
Thanks for making this extremely useful package.
I'm using it to introduce Elm to a React codebase and I keep getting this warning that seems to be coming from this package:

warning.js:36 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.