React在QQ浏览器上报Uncaught ReferenceError: globalThis is not defined pilihou 2022-06-05 584 阅读1分钟 问题:React在QQ浏览器上报Uncaught ReferenceError: globalThis is not defined 解决办法: 在index.html中加一行<script> this.globalThis || (this.globalThis = this) </script>来解决。