Skip to content

Commit

Permalink
fix Menu and Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Apr 9, 2023
1 parent 7e53bdb commit 32c0e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Menu = React.forwardRef(function Menu(inProps, ref: React.ForwardedRef<HTM
const rootProps = useSlotProps({
elementType: MenuRoot,
getSlotProps: getListboxProps,
externalForwardedProps: other,
externalForwardedProps,
externalSlotProps: {},
ownerState: ownerState as MenuOwnerState & ListOwnerState,
additionalProps: {
Expand Down
1 change: 0 additions & 1 deletion packages/mui-joy/src/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ const Tooltip = React.forwardRef(function Tooltip(inProps, ref) {
color: colorProp = 'neutral',
variant = 'solid',
size = 'md',
component,
slots = {},
slotProps = {},
...other
Expand Down

0 comments on commit 32c0e9c

Please sign in to comment.