cultureamp / react-elm-components

Write React components in Elm
https://www.npmjs.com/package/react-elm-components
BSD 3-Clause "New" or "Revised" License
779 stars 54 forks source link

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

Closed kevgathuku closed 6 years ago

kevgathuku commented 7 years ago

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.