We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a39fb6 commit 31387e6Copy full SHA for 31387e6
src/select/utils/render-options.tsx
@@ -92,7 +92,7 @@ export const renderOptions = ({
92
const optionId = props.id ?? `${idPrefix}-option-${index}`;
93
return (
94
<OptionGroup
95
- key={index}
+ key={`group-${index}`}
96
virtual={virtualItems?.[index] !== undefined}
97
ariaLabelledby={optionId}
98
ariaDisabled={props['aria-disabled']}
0 commit comments