Skip to content

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

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

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

Triggered via push January 11, 2025 11:06
Status Failure
Total duration 1m 56s
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[]'.