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
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
The library breaks when used in a server-side rendered app. The build breaks with ReferenceError: window is not defined error, and a check typeof window === 'undefined' && ... unfortunately doesn't help.
The text was updated successfully, but these errors were encountered:
The library breaks when used in a server-side rendered app. The build breaks with
ReferenceError: window is not defined
error, and a checktypeof window === 'undefined' && ...
unfortunately doesn't help.The text was updated successfully, but these errors were encountered: