♻️(react) upgrade code for Downshift 8

This new major version broke our components, including the way the menu
gets opened, how to determine the disabled options and some other semantic
types changes.
This commit is contained in:
Nathan Vasse
2023-07-18 16:27:48 +02:00
committed by NathanVss
parent d85f9edac8
commit 40f2eb2b06
7 changed files with 12 additions and 12 deletions

View File

@@ -203,7 +203,6 @@ export const SelectMultiAux = ({
{...downshiftReturn.getItemProps({
item: option,
index,
disabled: option.disabled,
})}
>
<span>{option.label}</span>