fix(ListBox): add component and fix other docs #1643
pull-request.yml
on: pull_request
Tests & lint
1m 8s
Build & canary release
42s
Prepare Storybook for review & tests
1m 49s
Prepare Docs for the Review
1m 38s
Annotations
4 errors and 2 warnings
|
Build & canary release
Process completed with exit code 1.
|
|
Build & canary release:
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'.
|
|
Build & canary release:
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>'.
|
|
Build & canary release:
src/components/form/Form/use-field/use-field-props.tsx#L12
Module '"./types"' declares 'ValidationResult' locally, but it is not exported.
|
|
Prepare Docs for the Review
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Prepare Docs for the Review
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|