Bartosz Lobejko
Bartosz Lobejko
The same thing happens in my case. @wojtekmaj I tried to modify your example but it seems like using Import instead of directly pdf URL prevent a bug to happens....
@fabsway23 that doesn't work for me. I even tried a similar trick on the Parent document and child Page component... The internal state called PDF of Document component doesn't change...
I found a solution, not the elegant one but it works. ``` const [url, setUrl] = useState(null); useEffect(async () => { if (url !== dataUrl) { await setDelay(300); // setTimeout...