type(Table): add support for the number type to width and minWidth. #576
Annotations
3 errors
|
Lint and Type Check
Process completed with exit code 2.
|
|
Lint and Type Check:
src/Crud/useCrud.ts#L126
Type 'ComputedRef<ICrudColumns | IDescriptionsColumns | undefined>' is not assignable to type 'Ref<IDescriptionsColumns | undefined, IDescriptionsColumns | undefined>'.
|
|
Lint and Type Check:
src/Crud/type.ts#L26
Interface 'CommonCrudColumn<T>' cannot simultaneously extend types 'Omit<TableColumn<T>, "children">' and 'Omit<DescriptionsColumn<T>, "span">'.
|
Loading