Skip to content

Add map view

Add map view #2

Triggered via push September 2, 2025 09:52
Status Success
Total duration 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint: frontend/src/components/vehicles/VehicleManagement.tsx#L87
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripManagement.tsx#L112
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripForm.tsx#L102
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailsDrawer.tsx#L121
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array
lint: frontend/src/components/maps/MapView.tsx#L92
React Hook useEffect has missing dependencies: 'addMarkersToMap' and 'fitMapToStops'. Either include them or remove the dependency array
lint: frontend/src/components/maps/MapView.tsx#L59
React Hook useEffect has a missing dependency: 'fetchStops'. Either include it or remove the dependency array