rsnext/packages/next/client/legacy
Jiachi Liu f975e3f7ff
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
2022-11-08 14:45:30 +01:00
..
image.tsx Replace global with globalThis (#42627) 2022-11-08 14:45:30 +01:00