mderrick / react-html5video

A customizeable HTML5 Video React component with i18n and a11y.
http://mderrick.github.io/react-html5video/
MIT License
459 stars 123 forks source link

Fix error with navigator (fixes #131) #142

Closed jonanderdev closed 2 years ago

jonanderdev commented 5 years ago

Added a check for if we're on the server side, to avoid accessing (in the server side) things like navigator or window which may break the app when the app has server side rendering (like next.js, react-static, ...)

Fixes #131