We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3cf53 commit b407a07Copy full SHA for b407a07
README.md
@@ -29,7 +29,7 @@ function onChange(value) {
29
30
React.render(
31
<ReCAPTCHA
32
- refs="recaptcha"
+ ref="recaptcha"
33
sitekey="Your client site key"
34
onChange={onChange}
35
/>, document.body);
@@ -71,7 +71,7 @@ function onChange(value) {
71
72
73
74
75
76
77
grecaptcha={grecaptchaObject}
0 commit comments