Skip to content

fix: Make sure className and style are applied to outer element #859

fix: Make sure className and style are applied to outer element

fix: Make sure className and style are applied to outer element #859

Triggered via pull request January 2, 2024 08:44
Status Failure
Total duration 1m 15s
Artifacts

storybook-preview.yml

on: pull_request
Deploy-Preview
1m 3s
Deploy-Preview
Fit to window
Zoom out
Zoom in

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.