Upgrade design system #2875
Annotations
10 errors
TypeScript:
packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L81
Type '{ label: string; id: string; data?: Record<string, any> | undefined; }' is not assignable to type '{ label: string; id: string; data: Record<string, any>; }'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L81
Type 'Record<string, any> | { ____id____: string; ____label____: string | null; } | undefined' is not assignable to type 'Record<string, any>'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/RelationshipSelect.tsx#L284
Type '{ label: string; id: string; data?: Record<string, any> | undefined; }' is not assignable to type '{ label: string; id: string; data: Record<string, any>; }'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/RelationshipSelect.tsx#L284
Type 'Record<string, any> | { ____id____: string; ____label____: string | null; } | undefined' is not assignable to type 'Record<string, any>'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L31
Cannot find module './InlineEdit' or its corresponding type declarations.
|
TypeScript:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L32
Cannot find module './InlineCreate' or its corresponding type declarations.
|
TypeScript:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L83
Property 'cardFields' does not exist on type 'never'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L83
Property 'inlineEdit' does not exist on type 'never'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L89
Property 'cardFields' does not exist on type 'never'.
|
TypeScript:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L93
Property 'cardFields' does not exist on type 'never'.
|
Loading