Upgrade design system #2924
Annotations
10 errors
TypeScript:
packages/core/src/fields/types/integer/views/index.tsx#L64
Type 'number | null' is not assignable to type 'number | undefined'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L85
Argument of type '{ id: string; label: string | null; }[]' is not assignable to parameter of type '{ label: string; id: string; }[]'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L20
Type '{ dateValue: null; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L36
Argument of type '{ readonly kind: "create"; readonly value: { readonly dateValue: string; readonly timeValue: { readonly kind: "parsed"; readonly value: "10:00:00.000"; }; }; }' is not assignable to parameter of type 'Value'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L43
Type '{ dateValue: null; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L58
Type '{ dateValue: string; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L72
Type '{ dateValue: null; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L86
Type '{ dateValue: string; timeValue: string; }' is not assignable to type 'string'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L100
Type '{ dateValue: null; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
|
TypeScript:
packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L114
Type '{ dateValue: string; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
|
Loading