react-select2-wrapper icon indicating copy to clipboard operation
react-select2-wrapper copied to clipboard

Support React 15.5 +

Open TGChrisRArendt opened this issue 2 years ago • 0 comments

Getting an error Cannot read properties of undefined (reading 'oneOfType')

It is due to React having changed the library for this back in 15.5: https://reactjs.org/docs/typechecking-with-proptypes.html

Note:

React.PropTypes has moved into a different package since React v15.5. Please use [the prop-types library instead](https://www.npmjs.com/package/prop-types).

TGChrisRArendt avatar Jun 24 '22 14:06 TGChrisRArendt