Skip to content

fix(ListBox): add component and fix other docs #2079

fix(ListBox): add component and fix other docs

fix(ListBox): add component and fix other docs #2079

Triggered via pull request June 27, 2025 11:21
Status Failure
Total duration 45s
Artifacts

size-limit.yml

on: pull_request
Measure size of the library
40s
Measure size of the library
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Measure size of the library
Process completed with exit code 1.
Measure size of the library: src/components/form/wrapper.tsx#L42
Type '{ label: ReactNode; extra: ReactNode; labelPosition: LabelPosition; labelStyles: Styles | undefined; isRequired: boolean | undefined; ... 16 more ...; ref: RefObject<...> | FocusableRef<...>; }' is not assignable to type 'CubeFieldWrapperProps'.
Measure size of the library: src/components/form/Form/use-field/use-field.ts#L179
Type '{ message: React.ReactNode; description: React.ReactNode; errorMessage: string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<...> | ((v: ValidationResult) => React.ReactNode) | null | undefined; ... 10 more ...; validationState: ValidationState | undefined; }' is not assignable to type 'FieldReturnValue<T>'.
Measure size of the library: src/components/form/Form/use-field/use-field-props.tsx#L12
Module '"./types"' declares 'ValidationResult' locally, but it is not exported.