In @heroui-pro/[email protected], RichTextEditor.LinkPopover.Trigger wraps its existing trigger button in an additional Popover.Trigger. First observed in beta.8; still reproducible in beta.10. beta.9 was not tested separately.
Reproduction: Mount the documented RichTextEditor.LinkPopover composition with its Trigger, Content, and Input.
Actual: The resulting DOM contains the editor’s link-trigger button plus an additional outer popover-trigger wrapper.
Expected: One trigger owns the button’s interaction and popover behavior, without a redundant nested trigger.
Local workaround: Remove the outer Popover.Trigger wrapper while preserving the existing button and optional tooltip.
Our regression test verifies that the link button remains present and the redundant wrapper is absent.
Environment: HeroUI Pro beta.10, HeroUI OSS 3.2.6, React 19.2.8.
