You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Default Leaflet marker images fail to resolve in Vite/React bundling, resulting in 404 errors for marker shadow and pin assets in LocationMap.jsx.
Files: src/components/LocationMap.jsx
Proposed Solution: Explicitly configure L.Icon.Default.mergeOptions with SVG/inline icon URLs or import Leaflet PNG assets via Vite asset pipeline.