redoCaptcha() { this._reCaptchaRef.current.reset(); this._reCaptchaRef.current.execute(); } render() { ... <ReCAPTCHA onExpired={this.redoCaptcha} /> }