marsidev / react-turnstile

Cloudflare Turnstile integration for React.
https://www.npmjs.com/package/@marsidev/react-turnstile
MIT License
414 stars 25 forks source link

Widget not showing on Firefox Developer Edition #19

Closed ManuRodgers closed 1 year ago

ManuRodgers commented 1 year ago

image based on the picture above, the widget can be displayed normal in google chrome and safari, but it cannot be normally displayed in firefox developer edition right now. and it shows

marsidev commented 1 year ago

Hey @ManuRodgers, I could not reproduce this error. Are you using a custom config? Any context info could be helpful. image

ManuRodgers commented 1 year ago

I cannot reproduce that error at this moment in Firefox developer edition browser too. <Turnstile onError={() => { console.log("has Turnstile error"); }} siteKey="3x00000000000000000000FF" onSuccess={setTurnstileToken} options={{ theme: "light", }} /> the above code is context info you need

marsidev commented 1 year ago

I'll close this issue as seems is working properly in Firefox Developer Edition.