Bogdan Nikolakov

Results 2 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 (...

> Reporting overly strict behavior in the following code: > > const { receipt } = useWaitReceipt({ > id, > }); > > useEffect(() => { > if (receipt &&...