diff --git a/packages/react-aria-components/src/Menu.tsx b/packages/react-aria-components/src/Menu.tsx index 3a7024adbab..8d474a61192 100644 --- a/packages/react-aria-components/src/Menu.tsx +++ b/packages/react-aria-components/src/Menu.tsx @@ -301,7 +301,7 @@ function MenuInner({props, collection, menuRef: ref}: MenuInne ); } -export interface MenuSectionProps extends SectionProps, MultipleSelection, DOMRenderProps<'section', undefined> { +export interface MenuSectionProps extends SectionProps, Omit, DOMRenderProps<'section', undefined> { /** * The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. * @default 'react-aria-MenuSection'