react-categorized-tag-input icon indicating copy to clipboard operation
react-categorized-tag-input copied to clipboard

Use prop-types and create-react-class package to support React with version >= 15.5

Open lauyilouis opened this issue 5 years ago • 0 comments

React with version >= 15.5 no longer support React.PropTypes and React.createClass. This pull request use the new packages and rebuild the dist file to support React with version >= 15.5.

lauyilouis avatar Aug 06 '20 22:08 lauyilouis