milosjanda / react-scroll-up

React component to add custom buttons for scrolling to top of page
MIT License
175 stars 28 forks source link

React.createClass is deprecated and will be removed in version 16 #20

Closed finbarmaginn closed 7 years ago

finbarmaginn commented 7 years ago

getting following error in my console which will force me to use a different package if it is not fixed before React 16 is released

Warning: ScrollUp: 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.

milosjanda commented 7 years ago

It should be fixed in new version v.1.2.2 by pull request https://github.com/milosjanda/react-scroll-up/pull/19 Can you confirm it?