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
Remix actually suggests to check for document instead of window due to deno supporting window see the official docs
I've noticed the window check in the docs, not sure whether its also an issue in the code itself. (Coincidentally the latest commit also mentions a typeof window check 😛)
The text was updated successfully, but these errors were encountered:
Remix actually suggests to check for
document
instead ofwindow
due to deno supportingwindow
see the official docs
I've noticed the window check in the docs, not sure whether its also an issue in the code itself. (Coincidentally the latest commit also mentions a typeof window check 😛)
The text was updated successfully, but these errors were encountered: