From dee0c90cf238a67c91221f5e68a12987c02d3ebd Mon Sep 17 00:00:00 2001 From: Pranay Kothapalli Date: Tue, 23 Jun 2026 18:54:36 +0530 Subject: [PATCH] fix(popover): merge consumer props through getFloatingProps Pass content props into getFloatingProps so outside interaction handlers compose with consumer attributes. Fixes #806 --- .../fragments/PopoverPrimitiveContent.tsx | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/core/primitives/Popover/fragments/PopoverPrimitiveContent.tsx b/src/core/primitives/Popover/fragments/PopoverPrimitiveContent.tsx index 1a7a9607d..8925a56a3 100644 --- a/src/core/primitives/Popover/fragments/PopoverPrimitiveContent.tsx +++ b/src/core/primitives/Popover/fragments/PopoverPrimitiveContent.tsx @@ -172,27 +172,28 @@ const PopoverPrimitiveContent = forwardRef {children}