rouftom / react-mui-scheduler

React material planner is a react component based on @mui v5 that allows you to manage data in a calendar
https://rouftom.github.io/react-mui-scheduler-demo/
MIT License
64 stars 29 forks source link

ReferenceError: localStorage is not defined #17

Open vieira83 opened 1 year ago

vieira83 commented 1 year ago

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: https://github.com/rouftom/react-mui-scheduler/pull/18