in src/Unosquare.PassCore.Web/ClientApp/Components/GoogleReCaptcha/GoogleReCaptcha.tsx [67:71]
public componentDidUpdate(_prevProps: IReCaptchaProps, prevState: any) {
if (!prevState.ready && this.state.ready) {
this.renderManually();
}
}