noeldelgado / react-gemini-scrollbar

:last_quarter_moon: React component for custom overlay-scrollbars with native scrolling mechanism.
MIT License
133 stars 24 forks source link

React Deprecation warnings #34

Closed woodsct closed 7 years ago

woodsct commented 7 years ago

I'm getting two react deprecation warning:

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

Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead

In the latest version of React these warnings were added can you upgrade to conform to the new standards?

akhar commented 7 years ago

And now this one can be closed.

noeldelgado commented 7 years ago

Thanks @akhar 👍 @woodsct can you confirm and close please?

woodsct commented 7 years ago

Yup all fixed now thanks