Skip to content

Commit

Permalink
pnpm proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhilgert9 committed May 10, 2024
1 parent c76a3fc commit b7da024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ const Tooltip = React.forwardRef(function Tooltip(inProps, ref) {
},
},
];

const resolvedSlotProps = resolveComponentProps(slotProps.popper, ownerState);
if (resolvedSlotProps?.popperOptions?.modifiers || PopperProps?.popperOptions?.modifiers) {
tooltipModifiers = tooltipModifiers.concat(
Expand Down

0 comments on commit b7da024

Please sign in to comment.