fix: update dependency @types/leaflet to v1.9.16 #7307
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[]'.
|