[tooltip] Remove deprecated props by siriwatknp · Pull Request #47988 · mui/material-ui (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
Summary
Remove deprecated Tooltip props that have slots/slotProps replacements:
components→slotscomponentsProps→slotPropsPopperComponent→slots.popperPopperProps→slotProps.popperTransitionComponent→slots.transitionTransitionProps→slotProps.transition
Test plan
- Unit tests pass (
pnpm test:unit Tooltip) - TypeScript passes (
pnpm typescript) - Proptypes and API docs regenerated
- Migration guide updated in
upgrade-to-v9.md
siriwatknp changed the title
[material-ui][Tooltip] Remove deprecated props [tooltip] Remove deprecated props
| npx @mui/codemod@latest deprecations/tooltip-props |
|---|
| ``` |
| The deprecated props have been removed from the `Tooltip` component. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure you update this according to our slack discussion about new format (bring back list of changed props -> alternatives)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})