appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

Doesn't render on Internet Explorer #240

Open mannieschumpert opened 6 years ago

mannieschumpert commented 6 years ago

I doubt this issue is specific to this library, but the Recaptcha does not render on any version of Internet Explorer (it does render on Edge). Frustratingly, IE throws no errors at all on a page where I'm trying to use react-recaptcha, so I can't derive any clues about whether I can use some polyfill to fix it.

Does anyone have insight into what deficiencies IE has that is preventing this from working?

drewloomer commented 6 years ago

@mannieschumpert I'm seeing this too. Any success in getting it to work?