Forward ref select autocomplete field #822
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.
|