Skip to content

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

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

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

Triggered via push January 12, 2025 06:24
Status Failure
Total duration 2m 3s
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[]'.