evenchange4 / react-grecaptcha

React.js Google reCAPTCHA v2 integration component.
https://react-grecaptcha.netlify.com
MIT License
51 stars 8 forks source link

I am getting this error #72

Open suyesh opened 6 years ago

suyesh commented 6 years ago

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

evenchange4 commented 6 years ago

The expiredCallback prop is required. It is okay to pass an empty function in. ;)

<Recaptcha
  expiredCallback={() => {}}
  {...}
/>