[all components] Fix slotProps.transition types by mj12albert · Pull Request #48153 · mui/material-ui (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some test related comments. We should also add cherry pick tags
| */ |
|---|
| transition: SlotComponentProps< |
| React.ElementType, |
| React.ElementType, |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's also add Backdrop.test.tsx and test the type
| * By default, the available props are based on the [Zoom](https://mui.com/material-ui/api/zoom/#props) component. |
|---|
| */ |
| transition: SlotComponentProps<React.ElementType, TransitionProps, SpeedDialOwnerState>; |
| transition: SlotComponentProps< |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also for speedial
Cherry-pick PRs will be created targeting branches: v7.x
mj12albert added a commit that referenced this pull request
mj12albert added a commit that referenced this pull request
mj12albert added a commit that referenced this pull request
mj12albert deleted the fix/transition-slotprops-types branch
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 }})