justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
587 stars 103 forks source link

Deprecation warnings when using this library with React 15.5.* #31

Closed pkosiec closed 7 years ago

pkosiec commented 7 years ago

Due to React.PropTypes deprecation and react-unknown-props, those warnings occurs when using react-audio-player component.

screen shot 2017-04-23 at 14 46 17
justinmc commented 7 years ago

The first warning pictured was fixed with https://github.com/justinmc/react-audio-player/issues/30, but the second one I plan to fix with a permanent solution in another PR.

justinmc commented 7 years ago

The Unknown props error should no longer happen with https://github.com/justinmc/react-audio-player/pull/32 released in v0.5.0, and above. Let me know if you ever see either of these show up again though!