Deploy Retheme Preview #15
Annotations
5 errors
preview
Type '{ direction: "col"; ref: ForwardedRef<HTMLDivElement>; isDisabled?: any; hasError?: any; isLoading?: any; isOpen?: any; isActive?: any; key?: Key | null | undefined; ... 272 more ...; center?: boolean | undefined; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type '{ ref: ForwardedRef<HTMLTableSectionElement>; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 270 more ...; as: "tbody"; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type '{ ref: ForwardedRef<HTMLTableSectionElement>; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 270 more ...; as: "thead"; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Type '{ ref: ForwardedRef<HTMLTableCellElement>; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 270 more ...; as: "tr"; }' is not assignable to type '{ css?: Interpolation<Theme>; }'.
|
preview
Process completed with exit code 1.
|