Skip to content

Add toggle button

Add toggle button #328

Triggered via pull request October 30, 2023 16:00
Status Failure
Total duration 1m 16s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Build: src/components/modal/ui/ModalButton.tsx#L17
Type '{ children: ReactNode; className: string; kind: BUTTON_KIND; size: BUTTON_SIZE; shape: BUTTON_SHAPE; checked?: undefined; overrides?: ButtonOverrides | undefined; ... 8 more ...; role?: AriaRole | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & (({ checked?: undefined; kind?: BUTTON_KIND.primary | BUTTON_KIND.secondary | BUTTON_KIND.tertiary | BUTTON_KIND.danger | undefined; ... 13 more ...; role?: AriaRole | undefined; } | { ...; }) & RefAttributes<...>)'.
Build
Process completed with exit code 2.