appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

move `readyCheck` to class level #270

Closed jeffmicklos closed 4 years ago

jeffmicklos commented 4 years ago

this solves an issue with having multiple instances of recaptcha on the same page–they each to need to clear their own intervals!