alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.33k stars 153 forks source link

Uncaught ReferenceError: global is not defined #211

Open julzheng opened 1 year ago

julzheng commented 1 year ago

image image

julzheng commented 1 year ago

You can get away with this by putting the code below in index.html

<script>const global = globalThis;</script>

cwtuan commented 1 year ago

which version do you use?