From edd412643b6d68133197ab0bfa49c53ed52cf085 Mon Sep 17 00:00:00 2001 From: Robert Penner Date: Mon, 9 Dec 2024 12:59:25 +0000 Subject: [PATCH] chore(Popover): remove extra whitespace --- .../library/src/components/PopoverSurface/usePopoverSurface.ts | 1 - 1 file changed, 1 deletion(-) 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 3ce2b79bd8094..1f0715249330a 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);