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
fix: isBrowser() to include check on window (#982)
There are several checks in `GoTrueClient.ts` that check
`window?.[prop]` after checking `isBrowser()` which throws an error in
node environments that have `document` defined but not `window`.
Fixes:
- supabase/supabase-js#786
0 commit comments