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)
I had to remove
import '@babel/polyfill
inside my bundled js file (through this Symbol.Iterator was overwritten and caused the trouble).