Bygg og test docs: table stories #3871
pull_request.yml
on: pull_request
Sjekk for endringer og bygg pakker
1m 4s
Publiser forhåndsvisning
0s
Kjør tester og linting
1m 41s
Annotations
7 errors
Kjør tester og linting:
packages/jokul/src/components/table/stories/table.stories.tsx#L16
Type 'ForwardRefExoticComponent<TableBodyProps & RefAttributes<HTMLTableSectionElement>>' is not assignable to type 'ComponentType<unknown>'.
|
Kjør tester og linting:
packages/jokul/src/components/table/stories/table.stories.tsx#L17
Type 'ForwardRefExoticComponent<TableCaptionProps & RefAttributes<HTMLTableCaptionElement>>' is not assignable to type 'ComponentType<unknown>'.
|
Kjør tester og linting:
packages/jokul/src/components/table/stories/table.stories.tsx#L18
Type 'ForwardRefExoticComponent<TableCellProps & RefAttributes<HTMLTableCellElement>>' is not assignable to type 'ComponentType<unknown>'.
|
Kjør tester og linting:
packages/jokul/src/components/table/stories/table.stories.tsx#L19
Type 'ForwardRefExoticComponent<TableHeadProps & RefAttributes<HTMLTableSectionElement>>' is not assignable to type 'ComponentType<unknown>'.
|
Kjør tester og linting:
packages/jokul/src/components/table/stories/table.stories.tsx#L20
Type 'ForwardRefExoticComponent<TableHeaderProps & RefAttributes<HTMLTableCellElement>>' is not assignable to type 'ComponentType<unknown>'.
|
Kjør tester og linting:
packages/jokul/src/components/table/stories/table.stories.tsx#L21
Type 'ForwardRefExoticComponent<TableRowProps & RefAttributes<HTMLTableRowElement>>' is not assignable to type 'ComponentType<unknown>'.
|
Kjør tester og linting
Process completed with exit code 1.
|