Skip to content

fix: update dependency @types/leaflet to v1.9.16 #7257

fix: update dependency @types/leaflet to v1.9.16

fix: update dependency @types/leaflet to v1.9.16 #7257

Triggered via push January 16, 2025 08:21
Status Failure
Total duration 1m 53s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
frontend
Argument of type '(latLng: [number, number] | { lat: number; lng: number; }) => number[]' is not assignable to parameter of type '(value: LatLngTuple, index: number, array: LatLngTuple[]) => number[]'.
frontend
Argument of type '(cur: { name: string; description: string; position: [number, number] | null; image: File | null; links: string[]; verified: boolean; }) => { position: LatLngTuple; name: string; description: string; image: File | null; links: string[]; verified: boolean; }' is not assignable to parameter of type 'SetStateAction<{ name: string; description: string; position: [number, number] | null; image: File | null; links: string[]; verified: boolean; }>'.
frontend
No overload matches this call.
frontend
Argument of type 'LatLngTuple' is not assignable to parameter of type 'Position'.
frontend
Argument of type 'LatLngTuple' is not assignable to parameter of type 'Position'.
frontend
No overload matches this call.
frontend
'x' is possibly 'undefined'.
frontend
Type 'number[][]' is not assignable to type '(LatLngTuple | null)[]'.
frontend
A type predicate's type must be assignable to its parameter's type.
frontend
Type 'LatLngTuple[]' is not assignable to type 'Position[]'.