Skip to content

Commit

Permalink
Fix ToggleGroupControlOption not passing ref to the underlying element (
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz authored Oct 13, 2021
1 parent 94d75b2 commit c906e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function ToggleGroupControlOption(
);
return (
<ToggleGroupControlButton
ref={ forwardedRef }
forwardedRef={ forwardedRef }
{ ...{
...toggleGroupControlContext,
...buttonProps,
Expand Down

0 comments on commit c906e26

Please sign in to comment.