diff --git a/packages/react-components/react-popover/library/src/components/PopoverSurface/usePopoverSurface.ts b/packages/react-components/react-popover/library/src/components/PopoverSurface/usePopoverSurface.ts index 3ce2b79bd80942..1f0715249330a5 100644 --- a/packages/react-components/react-popover/library/src/components/PopoverSurface/usePopoverSurface.ts +++ b/packages/react-components/react-popover/library/src/components/PopoverSurface/usePopoverSurface.ts @@ -20,7 +20,6 @@ export const usePopoverSurface_unstable = ( const contentRef = usePopoverContext_unstable(context => context.contentRef); const openOnHover = usePopoverContext_unstable(context => context.openOnHover); const open = usePopoverContext_unstable(context => context.open); - const setOpen = usePopoverContext_unstable(context => context.setOpen); const mountNode = usePopoverContext_unstable(context => context.mountNode); const arrowRef = usePopoverContext_unstable(context => context.arrowRef);