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
Ensure env is defined before accessing env vars (#408)
In certain situations, process may be defined, even in the browser.
In these cases, it's not sufficient to only check if process is defined
before trying to access environment variables.
0 commit comments