Skip to content

Forward ref select autocomplete field #822

Forward ref select autocomplete field

Forward ref select autocomplete field #822

Triggered via pull request July 10, 2024 08:16
Status Failure
Total duration 1m 55s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
typecheck: src/Select/index.stories.tsx#L20
Type '{ children: Element[]; placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined; mode?: "multiple" | "tags" | undefined; status?: "" | "error" | "warning" | undefined; ... 124 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'SelectProps<unknown, DefaultOptionType | BaseOptionType>'.
typecheck: src/Select/index.stories.tsx#L36
Type '{ children: Element[]; placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined; mode?: "multiple" | "tags" | undefined; status?: "" | "error" | "warning" | undefined; ... 124 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'SelectProps<unknown, DefaultOptionType | BaseOptionType>'.
typecheck
Process completed with exit code 2.
build: src/Select/index.stories.tsx#L20
Type '{ children: Element[]; placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined; mode?: "multiple" | "tags" | undefined; status?: "" | "error" | "warning" | undefined; ... 124 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'SelectProps<unknown, DefaultOptionType | BaseOptionType>'.
build: src/Select/index.stories.tsx#L36
Type '{ children: Element[]; placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined; mode?: "multiple" | "tags" | undefined; status?: "" | "error" | "warning" | undefined; ... 124 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'SelectProps<unknown, DefaultOptionType | BaseOptionType>'.
build
Process completed with exit code 1.