Skip to content

Commit

Permalink
Update packages/material-ui-lab/src/MonthPicker/MonthPicker.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored May 10, 2021
1 parent 743e0ac commit c8fce89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/MonthPicker/MonthPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const MonthPicker = React.forwardRef(function MonthPicker<TDate>(
onMonthChange,
...other
} = props;
// TODO: convert to simple assignment after the type error in defaultPropsHandler.js:60:6 is fixed
const styleProps = { ...props };
const classes = useUtilityClasses(styleProps);

Expand Down

0 comments on commit c8fce89

Please sign in to comment.