diff --git a/components/SelectItem/index.tsx b/components/SelectItem/index.tsx index 083bfdb5..60b3e4e3 100644 --- a/components/SelectItem/index.tsx +++ b/components/SelectItem/index.tsx @@ -11,7 +11,7 @@ interface Props extends ComponentProps<'div'> { } const SelectItem = React.forwardRef(function selectItem( - { children, value, iconSrc, altText, ...props }, + { children, value, ...props }, forwardedRef ) { const { altText, iconSrc, ...rest } = props