react-select v5 #1410
Annotations
4 errors and 2 warnings
src/components/Select/Select.tsx#L1
Module '"react-select"' has no exported member 'IndicatorProps'. Did you mean to use 'import IndicatorProps from "react-select"' instead?
|
src/components/Select/Select.tsx#L1
Cannot find name 'CreateOptionProps'.
|
src/components/Select/Select.tsx#L1
Type '{ id?: string | undefined; placeholder?: ReactNode; tabIndex?: number | undefined; 'aria-errormessage'?: string | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; ... 72 more ...; isValidNewOption: (({ label, value, options }: CreateOptionProps<...>) => boolean) | undefine...' is not assignable to type 'IntrinsicAttributes & Omit<Pick<Props<OptionType, boolean, GroupBase<OptionType>>, "className" | "id" | ... 29 more ... | "theme"> & InexactPartial<...> & InexactPartial<...>, StateManagedPropKeys> & ... 4 more ... & CreatableAdditionalProps<...>'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading