constructor()

in src/Unosquare.PassCore.Web/ClientApp/Components/GoogleReCaptcha/GoogleReCaptcha.tsx [47:52]


    constructor(props: any) {
        super(props);
        this.state = {
            ready: this.isReady(),
        };
    }