Skip to content

refactor(Table): Extracted measures code into separate hook #572

refactor(Table): Extracted measures code into separate hook

refactor(Table): Extracted measures code into separate hook #572

Triggered via push December 11, 2023 17:33
Status Failure
Total duration 1m 16s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build
Type '"$height" | "$width"' does not satisfy the constraint 'keyof StyledTableProps'.
build
Type '"$height" | "$width"' does not satisfy the constraint 'keyof StyledTableProps'.
build
Argument of type '({ $height }: ThemedStyledProps<Omit<DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & { ...; } & StyledTableBodyProps, DefaultTheme>) => unknown' is not assignable to parameter of type 'Interpolation<ThemedStyledProps<Omit<DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & { ...; } & StyledTableBodyProps, DefaultTheme>>'.
build
Property '$width' does not exist on type 'Omit<DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & { ...; } & ThemeProps<...>'.
build
Property 'highlightColumnsOnHover' does not exist on type 'Omit<DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & { ...; } & ThemeProps<...>'.
build
No overload matches this call.
build
Process completed with exit code 1.