react-recaptcha-google icon indicating copy to clipboard operation
react-recaptcha-google copied to clipboard

setState() called on an unmounted component

Open Fatmajk opened this issue 4 years ago • 0 comments

I get the following error message in the console when I implement and use the <ReCaptcha> component in my own component.

"Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the ReCaptcha component."

Something not updated yet due to latest React and lib version?

Fatmajk avatar Sep 15 '20 07:09 Fatmajk