BREAKING CHANGE(components): use switch group to support switch label #142
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.
|