• Steven's avatar
    fix(web): resolve Leaflet DOM cleanup error causing app crashes · cabd0d61
    Steven authored
    - Add MapCleanup component to properly remove Leaflet map instances on unmount
    - Fix LocationMarker initialization with useRef to prevent re-initialization
    - Remove problematic key prop in LocationDialog that caused unnecessary remounts
    - Fix goimports formatting in tag parser
    
    Fixes #5260
    cabd0d61
LeafletMap.tsx 2.5 KB