rygo11

Results 4 comments of rygo11

My problem seems more like the op. I've not figured out exactly why it's happening, I think it's somewhere in react-draggable but I can't be sure. However the quick fix...

I had the same issue and fixed it by making sure I had the most up to date versions of both dependencies: "ajv": "^8.8", "ajv-formats": "^2.1.1", I think another package...

> vimlesh1975 Messy workaround but I can't think of another way and it worked, thanks @vimlesh1975 !

@gadi-playstream-gg you could use the solution from @vimlesh1975 above with a timeout instead of the onClick event, eg: ``` const [loaded, setLoaded] = useState(false); useEffect(() => { const timer =...