feat(globalConfig): support descriptions rate update steps #5
Annotations
4 errors
src/config-provider/useConfig.tsx#L27
Conversion of type '{ readonly classPrefix: "t"; readonly animation: Record<"include" | "exclude", AnimationType[]>; readonly calendar: { readonly firstDayOfWeek: 1; readonly fillWithZero: true; readonly controllerConfig: any; }; ... 13 more ...; readonly empty: { ...; }; } & { ...; }' to type 'GlobalConfigProvider' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
src/config-provider/useConfig.tsx#L27
Conversion of type '{ readonly classPrefix: "t"; readonly animation: Record<"include" | "exclude", AnimationType[]>; readonly calendar: { readonly firstDayOfWeek: 1; readonly fillWithZero: true; readonly controllerConfig: any; }; ... 13 more ...; readonly empty: { ...; }; } & { ...; }' to type 'GlobalConfigProvider' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
src/config-provider/useConfig.tsx#L71
Argument of type '{ readonly classPrefix: "t"; readonly animation: Record<"include" | "exclude", AnimationType[]>; readonly calendar: { readonly firstDayOfWeek: 1; readonly fillWithZero: true; readonly controllerConfig: any; }; ... 13 more ...; readonly empty: { ...; }; } & { ...; }' is not assignable to parameter of type 'GlobalConfigProvider'.
|
|
This job failed
Loading