fix(table): mark onClick as required in TableAction #1242
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
test (18):
lib/components/STableHeader.vue#L48
Argument of type '{ actions: { label: string; onClick: (() => void) | undefined; type: string; }[]; }' is not assignable to parameter of type '{ key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[] | undefined; ... 7 more ...; readonly actions: TableAction[]; } & Record<...>'.
|
test (18)
Process completed with exit code 1.
|