next.js
f975e3f7 - Replace global with globalThis (#42627)

Commit
3 years ago
Replace global with globalThis (#42627) `globalThis` is available since node12 which becomes a preferrence rather than `global`. Besides, in the client components like `next/image` or async hooks we should prefer to use `globalThis` since `global` isn't available in browser
Author
Parents
Loading