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

Fix for Next.js localstorage error #18

Open vieira83 opened 1 year ago

vieira83 commented 1 year ago

Fix for next.js localstorage is not available on the server and will throw the error below and cause issues. This is safe check to bypass the error and allow this package to be used with Next.js.