Skip to content

Commit 1947480

Browse files
[backdrop] Remove unnecessary passing of classes from root slot (#47519)
1 parent ededfc2 commit 1947480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-material/src/Backdrop/Backdrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const Backdrop = React.forwardRef(function Backdrop(inProps, ref) {
100100

101101
return (
102102
<TransitionSlot in={open} timeout={transitionDuration} {...other} {...transitionProps}>
103-
<RootSlot aria-hidden {...rootProps} classes={classes} ref={ref}>
103+
<RootSlot aria-hidden {...rootProps} ref={ref}>
104104
{children}
105105
</RootSlot>
106106
</TransitionSlot>

0 commit comments

Comments
 (0)