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
In this line of code, window is referenced which should not be directly referenced and use platform-agnostic way to retrieve the window object since the library says it is SSR compatible.
The text was updated successfully, but these errors were encountered:
In this line of code,
window
is referenced which should not be directly referenced and use platform-agnostic way to retrieve thewindow
object since the library says it is SSR compatible.The text was updated successfully, but these errors were encountered: