Hello,
When I force-refresh my app, the script is loaded (I can see it in the network tab) but the component will never be display, I just have empty <div> element. If I navigate in my app and go back to the page, the component will properly appears. It looks like the script setup don't correctly trigger a rerender.
It's possible to work around the problem by adding the script in the HTML:
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
Hello,
When I force-refresh my app, the script is loaded (I can see it in the network tab) but the component will never be display, I just have empty
<div>element. If I navigate in my app and go back to the page, the component will properly appears. It looks like the script setup don't correctly trigger a rerender.It's possible to work around the problem by adding the script in the HTML: