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
I ran into this issue updating dependencies for a Nuxt 3 app. The problem is that `process.{client,server,dev}` are defined even on the client, so the client ends up broken with errors like:
```
Uncaught TypeError: can't access property "__FIREBASE_DEFAULTS__", process.env is undefined
```
Since the code only uses `process.env`, this updates the check to look explicitly for `process.env`.
0 commit comments