gaearon / react-document-title

Declarative, nested, stateful, isomorphic document.title for React
MIT License
1.86k stars 105 forks source link

React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. #39

Closed adamtal3 closed 7 years ago

MichaelDeBoey commented 7 years ago

React.createClass has been deprecated to since React v15.5.0.

The following warning is displayed if that version of React is used: Warning: DocumentTitle: 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.

CC: @gaearon

MichaelDeBoey commented 7 years ago

@adamtal3: Just saw this will be closed in #38 :-)

gaearon commented 7 years ago

Fixed in 2.0.3, please verify.

MichaelDeBoey commented 7 years ago

@gaearon This is fixed :-)