Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! UNSAFE classname test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Jan 30, 2025
1 parent 7e26498 commit 48368fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const DropdownTrigger = <T extends ElementType = 'button'>(props: DropdownTrigge
const { classProps, props: modifiedProps } = useDropdownStyleProps({ isOpen, ...rest });
const { styleProps: triggerStyleProps, props: transferProps } = useStyleProps({
ElementTag,
customClassName: classProps.trigger,
transferClassName: classProps.trigger,
...modifiedProps,
});
const { triggerProps } = useDropdownAriaProps({ id, isOpen, toggleHandler: onToggle, fullWidthMode });
Expand Down

0 comments on commit 48368fb

Please sign in to comment.