Skip to content

Commit

Permalink
Fix incorrectly forwarded ownerState
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Feb 16, 2024
1 parent d898913 commit cbcf359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/IconButton/IconButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ const IconButton = React.forwardRef(function IconButton(inProps, ref) {
focusRipple={!disableFocusRipple}
disabled={disabled}
ref={ref}
ownerState={ownerState}
{...other}
ownerState={ownerState}
>
{children}
</IconButtonRoot>
Expand Down

0 comments on commit cbcf359

Please sign in to comment.