Upgrade to using latest react. v15.5 or v16
Open
- Dominant language
- JavaScript
- Stars
- 634
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
As the new react version made the following two changes
1) Accessing PropTypes via the main React package is deprecated. and we should Use the prop-types package from npm instead.
2) React.createClass is deprecated and will be removed in version 16.
after I upgraded to 15.5x, every time I get two warnings.
Can you guys please upgrade this lib to use:
1) import PropTypes from prop-types lib
2) donot use React.creatClass.
Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.