Closed pkosiec closed 7 years ago
@pkosiec Thanks for fixing this and sorry for the delay! I think you left some code in from your fork that you didn't mean to, will comment it in a second. If you get that I'll go ahead and merge and release a new version.
@justinmc Sorry for that! I forgot to switch the branch on my fork when I was committing those things... Now it should be good to go 😉
Thanks! No, I don't need an immediate release, because right now I'm using a fork in my project. Those warnings are very irritating. Let me know when I can switch back to your npm package!
@pkosiec Here's my PR removing {...this.props}
: https://github.com/justinmc/react-audio-player/pull/32, and the v0.5.0 release was just published to npm. Let me know if you have any problem switching to the new version!
Hi @justinmc, sorry for long delay, but I totally forgot to give you a feedback! I migrated some time ago to your latest version and everything works fine. Thank you for updating your package! I'm pulling my fork as I don't need it anymore.
@pkosiec Thanks for following up, that's great to hear!
After upgrading react to v. 15.5.*, there are two warnings related to react-audio-player:
This pull request solves #31.