BREAKING CHANGE(components): use switch group to support switch label #142
Annotations
4 errors
Run npm run type-check:
src/components/dialog/dialog.stories.tsx#L114
Type '{ checked: true; ariaLabel: string; onChange: () => undefined; }' is not assignable to type 'IntrinsicAttributes & ToggleProps'.
|
Run npm run type-check:
src/components/dialog/dialog.stories.tsx#L169
Type '{ checked: boolean; ariaLabel: string; onChange: () => undefined; }' is not assignable to type 'IntrinsicAttributes & ToggleProps'.
|
Run npm run type-check:
src/components/panel/panel.stories.tsx#L36
Type '{ checked: true; ariaLabel: string; onChange: () => undefined; }' is not assignable to type 'IntrinsicAttributes & ToggleProps'.
|
Run npm run type-check
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading