Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation & Redux Action not working while using this plugin #17

Open
nehagupta1996 opened this issue Aug 18, 2021 · 0 comments
Open

Comments

@nehagupta1996
Copy link

I am using this code to generate captcha. but on the same page i am clicking on login or some another button to jump on action . app is crashing. if i remove captcha app is working fine.

<ReCaptchaV3
            ref={(ref: RecaptchaV3) => _captchaRef = ref}
            action="signinregister"
            captchaDomain={'https://example.com'}
            siteKey={'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}
            onReceiveToken={(token) => {
              console.log('from token', token)
              setRecaptcha({ recaptcha: token });
              return true;
            }} 
            />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant