Devansh Jethmalani
Results
82
comments of
Devansh Jethmalani
To make the problem more apparent and to decouple it from react... the following should work without any issues (it doesn't today)... ```ts let geoman = new Geoman(map) geoman.destroy() geoman...
While I understand maplibre is "async in nature" it's actually required that effects clean up synchronously in react to avoid race conditions. So I'm afraid that this code doesn't really...