···2020function TurnstileInteractive() {
2121 const { t } = useTranslation();
2222 const [show, setShow] = useState(false);
2323- getTurnstile();
2323+2424+ useEffect(() => {
2525+ getTurnstile();
2626+ }, []);
24272528 // this may not rerender with different dom structure, must be exactly the same always
2629 return (