Closed marsidev closed 5 months ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-turnstile | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 3, 2024 8:54pm |
thank you guys!
This PR intends to fix #70
Previously, when we had multiple widgets in the same page, we injected a Turnstile script per widget. This caused some warnings in the console.
This was fixed by changing the behavior for injecting the script. We were inspired by this other library: Le0Developer/react-turnstile. 🙌
Now we always use a single script.
We also fixed a problem with the cleanup function, also mentioned in the issue.