react-svg-morph icon indicating copy to clipboard operation
react-svg-morph copied to clipboard

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

Open komlevv opened this issue 8 years ago • 0 comments

getting this in react 15.5

instead of accessing PropTypes from the main React object, install the prop-types package and import them from there

komlevv avatar Apr 29 '17 22:04 komlevv