azouaoui-med / react-pro-sidebar

React Pro Sidebar provides a set of components for creating high level and customizable side navigation
https://azouaoui-med.github.io/react-pro-sidebar/
MIT License
1.72k stars 412 forks source link

ReferenceError: window is not defined #203

Closed ceron97 closed 7 months ago

ceron97 commented 11 months ago

In upcoming Nextjs 13 releases, when using breakPoint, releases are executed on the server rendering. This makes the window not exist in the code; add validation to verify that the window exists.

With this validation the problem should be resolved. typeof window !== 'undefined'

Screenshots image

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.