Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Aug 18, 2024
1 parent dc5c8db commit 5e37850
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/mui-material/src/ListItem/ListItem.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ function MouseEnterTest() {
<ListItem onMouseEnter={handleMouseEnterButton} />; // desired: missing property button
<ListItemButton onMouseEnter={handleMouseEnterButton} />;
}

// https://github.com/mui/material-ui/issues/26469
const StyledListItem = styled(ListItem)({});
function StyledTest() {
<StyledListItem dense />;
}

0 comments on commit 5e37850

Please sign in to comment.