t49tran / react-google-recaptcha-v3

Google Recaptcha V3 integration for React
MIT License
434 stars 91 forks source link

We are having delays since 4 secons in order to take the recaptcha token in front #126

Open ferranpuigmar opened 2 years ago

ferranpuigmar commented 2 years ago

Hi, we are implemented you package in our react application and some users that are in other countries are experimenting 4 seconds delay when executeRecaptcha is called.

We are implemented the provider approach, and in the inner components we are using a hook following your suggested approach.

Are you notice about some big delays when apply this package?

Thanks a lot.

Ferran