Skip to content

Commit

Permalink
fixup! UNSAFE classname test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Jan 28, 2025
1 parent a3b2e2e commit 90f2e38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const DropdownTrigger = <T extends ElementType = 'button'>(props: DropdownTrigge

return (
<Component
{...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}
Expand Down

0 comments on commit 90f2e38

Please sign in to comment.