Closed jonanderdev closed 2 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
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