🐛(react) fix isActive console warning

Previously when interacting with a select, the list items
were triggering a warning.
This commit is contained in:
Nathan Vasse
2023-08-30 17:34:40 +02:00
committed by NathanVss
parent 0683047763
commit a88aa1a23d
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix isActive console warning

View File

@@ -195,7 +195,6 @@ export const SelectMonoAux = ({
{...downshiftReturn.getItemProps({
item,
index,
isActive,
})}
>
<span>{item.label}</span>