Bogdan Nikolakov

Results 1 comments of Bogdan Nikolakov

A workaround is to use a ref to store the token value: ```typescript const SomeForm: React.FC = () => { const captchaRef = useRef(null); const tokenRef = useRef(''); return (...