Skip to content

Commit

Permalink
Fix(web-react): Remove duplicated id on the DropdownTrigger compo…
Browse files Browse the repository at this point in the history
…nent

fixes #1892
  • Loading branch information
literat committed Jan 28, 2025
1 parent 2b5daa9 commit a6f7308
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const DropdownTrigger = <T extends ElementType = 'button'>(props: DropdownTrigge
{...rest} // ⚠️ This is maybe a bug, when component is pass via `elementType` prop, the rest props are passed to the component
{...otherProps}
{...triggerProps}
id={id}
ref={triggerRef}
className={classNames(classProps.trigger, styleProps.className)}
style={styleProps.style}
Expand Down

0 comments on commit a6f7308

Please sign in to comment.