insin / insin/newforms

Upgrade to using latest react. v15.5 or v16

Open
#136 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.