souporserious / react-media-player

React audio and video player.
https://souporserious.github.io/react-media-player/
ISC License
470 stars 100 forks source link

Create AudioContext in HTML5 vendor on componentDidMount #53

Closed danielr18 closed 5 years ago

danielr18 commented 5 years ago

This way you can import Player in SSR projects again, otherwise it crashes because there's no window in server side.

souporserious commented 5 years ago

Sorry, this took a little while to get to. I think we can fix this with one-liner hopefully 🤞. Please see my comment where context is created.

danielr18 commented 5 years ago

Made the change

souporserious commented 5 years ago

Thank you!! 🙏 Released under 0.7.6 😇.