public shouldComponentUpdate()

in src/Unosquare.PassCore.Web/ClientApp/Components/GoogleReCaptcha/GoogleReCaptcha.tsx [83:85]


    public shouldComponentUpdate(_nextProps: any, nextState: IReCaptchaState) {
        return !this.state.ready && nextState.ready;
    }