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
window is only available in the browser - for SSR this will not work.
A potential solution here is globalThis. I did test that this works in a browser context just fine. SSR needs to be tested.
windowis only available in the browser - for SSR this will not work.A potential solution here is globalThis. I did test that this works in a browser context just fine. SSR needs to be tested.