Google recaptcha error in ie 11

前端 未结 5 1543
北荒
北荒 2021-02-06 01:48

I am getting the following error in IE 11:

SCRIPT5007: unable to get property \"toString\" of undefined or null reference recaptcha__iw.js (451, 41)

5条回答
  •  不知归路
    2021-02-06 02:24

    I had to remove

    import '@babel/polyfill
    

    inside my bundled js file (through this Symbol.Iterator was overwritten and caused the trouble).

提交回复
热议问题