Skip to content

Commit

Permalink
force error so unused if really used
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo committed Jan 17, 2025
1 parent 67ad8be commit 321ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/MuiSamples/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function AvatarExample() {
</Box>
<Box component="div" sx={avatarSetStyle}>
{/* @ts-expect-error Union type complexity issue in MUI v6 */}
<AvatarGroup max={4}>
<AvatarGroup max={4} someNonexistentProp>
<Avatar
alt="Remy Sharp"
src="https://material-ui.com/static/images/avatar/1.jpg"
Expand Down

0 comments on commit 321ceb7

Please sign in to comment.