Skip to content

chore: update to latest genesys #33

chore: update to latest genesys

chore: update to latest genesys #33

Triggered via push October 27, 2023 07:35
Status Failure
Total duration 1m 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: src/components/Playground/views/core/components/TabsContainerExample.tsx#L12
Type '{ icon: string; label: string; onTabClick: () => void; state: "selected" | undefined; }' is not assignable to type 'IntrinsicAttributes & { closeTooltip?: string | undefined; icon?: string | number | symbol | undefined; label: string; onClose?: (() => void) | undefined; tooltip?: string | undefined; ... 5 more ...; wide?: boolean | undefined; }'.
build: src/components/Playground/views/core/components/TabsContainerExample.tsx#L18
Type '{ icon: string; label: string; onTabClick: () => void; state: "selected" | undefined; }' is not assignable to type 'IntrinsicAttributes & { closeTooltip?: string | undefined; icon?: string | number | symbol | undefined; label: string; onClose?: (() => void) | undefined; tooltip?: string | undefined; ... 5 more ...; wide?: boolean | undefined; }'.
build: src/components/Playground/views/core/components/TabsContainerExample.tsx#L23
Type '{ label: string; onTabClick: () => void; state: "selected" | undefined; }' is not assignable to type 'IntrinsicAttributes & { closeTooltip?: string | undefined; icon?: string | number | symbol | undefined; label: string; onClose?: (() => void) | undefined; tooltip?: string | undefined; ... 5 more ...; wide?: boolean | undefined; }'.
build: src/components/Playground/views/core/components/TabsContainerExample.tsx#L28
Type '{ label: string; onTabClick: () => void; state: "disabled"; }' is not assignable to type 'IntrinsicAttributes & { closeTooltip?: string | undefined; icon?: string | number | symbol | undefined; label: string; onClose?: (() => void) | undefined; tooltip?: string | undefined; ... 5 more ...; wide?: boolean | undefined; }'.
build
Process completed with exit code 2.