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 consumption from Next.js client components (#464)
Apparently, `process` exists but `.versions.node` does not. Next.js may
be doing something weird with `process` so we'll just be more cautious
when testing for Node.js v18 in the `fetch` polyfill.
0 commit comments