chore(deps): bump @terrestris/react-geo from 27.0.0 to 30.0.1 #2982
Annotations
10 errors
build:
src/components/WmsTimeSlider/index.tsx#L118
Type 'Record<string | number, string>' is missing the following properties from type 'TimeSliderMark[]': length, pop, push, concat, and 35 more.
|
build:
src/components/WmsTimeSlider/index.tsx#L117
Type 'string' is not assignable to type 'Dayjs'.
|
build:
src/components/WmsTimeSlider/index.tsx#L116
Type 'string' is not assignable to type 'Dayjs'.
|
build:
src/components/WmsTimeSlider/index.tsx#L115
Type 'string' is not assignable to type 'Dayjs | [Dayjs, Dayjs] | undefined'.
|
build:
src/components/WmsTimeSlider/index.spec.tsx#L66
Type 'string' is not assignable to type 'Dayjs | [Dayjs, Dayjs] | undefined'.
|
build:
src/components/WmsTimeSlider/index.spec.tsx#L64
Type 'string' is not assignable to type 'Dayjs | [Dayjs, Dayjs] | undefined'.
|
build:
src/components/WmsTimeSlider/index.spec.tsx#L63
Type '{}' is missing the following properties from type 'TimeSliderMark[]': length, pop, push, concat, and 35 more.
|
build:
src/components/WmsTimeSlider/index.spec.tsx#L62
Type 'string' is not assignable to type 'Dayjs'.
|
build:
src/components/WmsTimeSlider/index.spec.tsx#L61
Type 'string' is not assignable to type 'Dayjs'.
|
build:
src/components/ToolMenu/FeatureInfo/index.tsx#L301
Type '{ prefixCls?: string | undefined; colon?: boolean | undefined; name?: string | undefined; layout?: FormLayout | undefined; labelAlign?: FormLabelAlign | undefined; ... 305 more ...; queryLayers: WmsLayer[]; }' is not assignable to type 'IntrinsicAttributes & { resultRenderer?: ((childrenProps: CoordinateInfoResult) => ReactNode) | undefined; } & UseCoordinateInfoArgs'.
|