newforms
newforms copied to clipboard
Upgrade to using latest react. v15.5 or v16
As the new react version made the following two changes
- Accessing PropTypes via the main React package is deprecated. and we should Use the prop-types package from npm instead.
- 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:
- import PropTypes from prop-types lib
- donot use React.creatClass.
Thanks.