fix: Make sure className
and style
are applied to outer element
#859
storybook-preview.yml
on: pull_request
Deploy-Preview
1m 3s
Annotations
6 errors
Deploy-Preview
Object literal may only specify known properties, and 'style' does not exist in type 'Properties<number | (string & {}), string & {}>'.
|
Deploy-Preview
Object literal may only specify known properties, and 'style' does not exist in type 'Properties<number | (string & {}), string & {}>'.
|
Deploy-Preview
Type 'number | "small" | "medium" | "large"' is not assignable to type 'number | undefined'.
|
Deploy-Preview
Type '{ value?: string | undefined; size?: "small" | "medium" | "large" | undefined; "aria-describedby"?: string | undefined; disabled?: boolean | undefined; readOnly?: boolean | undefined; ... 290 more ...; ref: ForwardedRef<...>; }' is not assignable to type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
|
Deploy-Preview
Type 'number | "small" | "medium" | "large"' is not assignable to type 'number | undefined'.
|
Deploy-Preview
Process completed with exit code 1.
|