react-grecaptcha icon indicating copy to clipboard operation
react-grecaptcha copied to clipboard

React.js Google reCAPTCHA v2 integration component.

Results 30 react-grecaptcha issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.2.0` -> `16.2.1`](https://renovatebot.com/diffs/npm/react-dom/16.2.0/16.2.1) |...

I am using this library but getting the below issue: **view config not found for name div** My source code: ``` import React, { Component } from 'react' import {...

Our web application is using google recaptcha. When the pages loaded in windows applications via embedded Internet Explorer browser (latest IE 11), the Privacy and Terms link on the recaptcha...

In countries where google domain is blocked this won't work. It could be configured with a boolean prop. :) Or maybe if that's too specific, you can leave it to...

I created a React-Native empty project (react-native 0.57) in Win10 env, added the reCaptcha and I got the dump below when I use the reCaptcha. Any idea would be welcome!...

is possible to use this lib in ReactNative app?

https://medium.com/@wonderboymusic/the-problem-with-html-in-react-and-graphql-6af9789352f6

bug

Warning: Failed prop type: The prop `expiredCallback` is marked as required in `Recaptcha`, but its value is `undefined`.

This error shows up, i think its related to different versions of react

Reproducible example: http://www.webpackbin.com/NJaDbz8bG Gives an error: "Cannot read property 'postMessage' of null" If you uncomment line 10, and 12 ... the error goes away (testing on chrome only)

bug
help wanted