You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in want to force the recaptcha to reload via the ref object, i get an error saying recaptchaRef.current is null.
I use this ref in console.log() before sending request (i us Formik for my form) and the object is currect, but after sending request and getting network error (maybe with re-rendering the component) i can't access recaptchaRef.current.
The text was updated successfully, but these errors were encountered:
When in want to force the recaptcha to reload via the ref object, i get an error saying
recaptchaRef.current is null
.I use this ref in
console.log()
before sending request (i us Formik for my form) and the object is currect, but after sending request and getting network error (maybe with re-rendering the component) i can't accessrecaptchaRef.current
.The text was updated successfully, but these errors were encountered: