evenchange4 / react-grecaptcha

React.js Google reCAPTCHA v2 integration component.
https://react-grecaptcha.netlify.com
MIT License
51 stars 8 forks source link

Race condition in unmounting #41

Open RHavar opened 7 years ago

RHavar commented 7 years ago

Reproducible example: http://www.webpackbin.com/NJaDbz8bG

Gives an error: "Cannot read property 'postMessage' of null"

If you uncomment line 10, and 12 ... the error goes away (testing on chrome only)