React在QQ浏览器上报Uncaught ReferenceError: globalThis is not defined

584 阅读1分钟

问题:React在QQ浏览器上报Uncaught ReferenceError: globalThis is not defined

解决办法: 在index.html中加一行<script> this.globalThis || (this.globalThis = this) </script>来解决。