You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I really love this project! while using this package on a personal app i encountered the below error. Localstorage is not available because Next.js is server side. - error node_modules/react-mui-scheduler/dist/index.esm.js (285:0) @ eval - error ReferenceError: localStorage is not defined
Hello I really love this project! while using this package on a personal app i encountered the below error. Localstorage is not available because Next.js is server side.
- error node_modules/react-mui-scheduler/dist/index.esm.js (285:0) @ eval
- error ReferenceError: localStorage is not defined
I created this PR to fix this issue:
PR for FIX: #18
The text was updated successfully, but these errors were encountered: