Skip to content

BREAKING CHANGE(components): use switch group to support switch label #142

BREAKING CHANGE(components): use switch group to support switch label

BREAKING CHANGE(components): use switch group to support switch label #142

Status Failure
Total duration 52s
Artifacts

type-check.yaml

on: push
format-check
41s
format-check
Fit to window
Zoom out
Zoom in

Annotations

4 errors
format-check: src/components/dialog/dialog.stories.tsx#L114
Type '{ checked: true; ariaLabel: string; onChange: () => undefined; }' is not assignable to type 'IntrinsicAttributes & ToggleProps'.
format-check: src/components/dialog/dialog.stories.tsx#L169
Type '{ checked: boolean; ariaLabel: string; onChange: () => undefined; }' is not assignable to type 'IntrinsicAttributes & ToggleProps'.
format-check: src/components/panel/panel.stories.tsx#L36
Type '{ checked: true; ariaLabel: string; onChange: () => undefined; }' is not assignable to type 'IntrinsicAttributes & ToggleProps'.
format-check
Process completed with exit code 2.