react-google-recaptcha-v3 icon indicating copy to clipboard operation
react-google-recaptcha-v3 copied to clipboard

Google Recaptcha V3 integration for React

Results 53 react-google-recaptcha-v3 issues
Sort by recently updated
recently updated
newest added

There is currently no way to access the context directly (to my knowledge). Exposing the context could be handy for layering providers. For example, if someone integrates ReCaptcha in all...

When using Nextjs and uploading lots of content, recaptcha seems to be added multiple times to DOM and eventually crashes the app.

Hello @t49tran. Thank you for making this library! I think documentation can be improved by adding information on non-successful cases for `executeRecaptcha`. Currently, README contains just this line: ``` const...