0👍
✅
Add this code in your head tag and enable legacy polyfills.
<script>
if (globalThis === undefined) {
var globalThis = window;
}
</script>
Source:stackexchange.com