react-device-detect
react-device-detect copied to clipboard
crash in ssr mode due to undefined window in userMobileOrientation function
- Bug description there is an issue in useMobileOrientatino which cause website crash on ssr mode
- Steps to reproduce set mode to ssr i made this pr to fix this issue
Please merge this ^
window
object doesn't exist on the server side, this may lead to this issue
Please merge this.