martinandert / react-translate-component

A component for React that utilizes the Counterpart module to provide multi-lingual/localized text content.
MIT License
322 stars 31 forks source link

React 15.5 deprecation warnings #32

Closed polco closed 7 years ago

polco commented 7 years ago

React 15.5.0 introduced to major deprecations: React.createClass and React.propTypes https://github.com/facebook/react/releases/tag/v15.5.0

would be nice to get rid of those :)

briva commented 7 years ago

Yep, same issue :)

martinandert commented 7 years ago

Fixed in v0.14.

polco commented 7 years ago

clean console again ! thanks