Recaptcha hidden only white overlay
Noticed this package doesn't seem to show the recaptcha. Maybe google changed something
react-google-recaptcha version: 2.1.0 react-async-script version: Y.Y.Y
Have you resolved this? I think I'm running into the same issue
No I dropped the package
On Fri, Feb 18, 2022, 2:33 PM Laura Fiuza @.***> wrote:
Have you resolved this? I think I'm running into the same issue
— Reply to this email directly, view it on GitHub https://github.com/dozoisch/react-google-recaptcha/issues/242#issuecomment-1045283588, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDULRLO3YUCESRMPQAWRNDU33CMHANCNFSM5OTQ3EQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
The codesandbox example is still working
- https://codesandbox.io/s/1y4zzjq37l
No I dropped the package
@developdeez may i ask what you're using instead by chance?
Created a magic link setup
On Fri, Feb 18, 2022 at 3:08 PM (Brian) Emil Hartz @.***> wrote:
No I dropped the package
@developdeez https://github.com/developdeez may i ask what you're using instead by chance?
— Reply to this email directly, view it on GitHub https://github.com/dozoisch/react-google-recaptcha/issues/242#issuecomment-1045324312, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDULRI5KBM6K7F4THTET3TU33GNNANCNFSM5OTQ3EQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were mentioned.Message ID: @.***>
Hi @developdeez @hartzis @laurafiuza - I just wanted to check to see, if in the last 19 days, you have found a fix for this?
Use HCaptcha if you need a more reliable free captcha.
If you still want recaptcha, try forcing the window to scroll to top when recaptcha opens. I noticed it shows at the top of the window only.
remove this:
import { ReCAPTCHA } from "react-google-recaptcha";
with this:
import ReCAPTCHA from "react-google-recaptcha";