Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix Grid2
  • Loading branch information
siriwatknp committed Jul 2, 2024
commit d6cd77f7769daf8a48115eb78993c7e11860daf5
2 changes: 1 addition & 1 deletion packages/mui-material/src/Unstable_Grid2/Grid2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Grid2 = createGrid2({
overridesResolver: (props, styles) => styles.root,
}),
componentName: 'MuiGrid2',
useDefaultProps: (inProps) => useDefaultProps({ props: inProps, name: 'MuiGrid2' }),
useThemeProps: (inProps) => useDefaultProps({ props: inProps, name: 'MuiGrid2' }),
}) as OverridableComponent<Grid2TypeMap>;

Grid2.propTypes /* remove-proptypes */ = {
Expand Down