mspae / react-wavesurfer

React component wrapper for wavesurfer.js
BSD 3-Clause "New" or "Revised" License
108 stars 46 forks source link

fixed React.PropTypes deprecation warning #61

Closed rijk closed 7 years ago

rijk commented 7 years ago

Fixes #39.

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

From https://facebook.github.io/react/docs/typechecking-with-proptypes.html:

Note: React.PropTypes is deprecated as of React v15.5. Please use the prop-types library instead.

mspae commented 7 years ago

Thanks!