fix(ListBox): add component and fix other docs #2079
size-limit.yml
on: pull_request
Measure size of the library
40s
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.
|