react-google-recaptcha
                                
                                 react-google-recaptcha copied to clipboard
                                
                                    react-google-recaptcha copied to clipboard
                            
                            
                            
                        Edge 18 - leaving page with ReCAPTCHA generates errors
When I am leaving the page with reCAPTCHA displayed, the following errors are logged to console. Edge 18.
reacaptcha__cs.js Unable to get property 'create' of undefined or null reference
anchor 'recaptcha' is not defined
SCRIPT5007: SCRIPT5007: Object expected
react-google-recaptcha version: 1.0.5 react-async-script version: 1.0.0
That seems like an error in Google's script
Probably. I am asking because the last error is logged to bugsnag as it is on my page. I thought that removeOnUnmount could solve it. I set it inside index.html script tag (I do not know if there is better place for setting this) but it did change anything.
Just checking other sites using ReCaptcha if same errors are logged - I do not see them when leaving page
I can confirm that this is issue with this package. I tried to use react-recaptcha-google and it does not generate these errors in Edge 18.
Any update on this ?
I'm also experiencing this error.
I just received this error also. Is there anyone who resolved this issue?