react-grecaptcha
react-grecaptcha copied to clipboard
I am getting this error
Warning: Failed prop type: The prop expiredCallback is marked as required in Recaptcha, but its value is undefined.
The expiredCallback prop is required. It is okay to pass an empty function in. ;)
<Recaptcha
expiredCallback={() => {}}
{...}
/>