[Popover][Menu][Select] Remove deprecated props by siriwatknp · Pull Request #48021 · mui/material-ui (original) (raw)
Remove all deprecated props from the Popover component.
<Popover
- BackdropComponent={CustomBackdrop}
- BackdropProps={{ invisible: true }}
- PaperProps={{ elevation: 12 }}
- TransitionComponent={CustomTransition}
- TransitionProps={{ timeout: 500 }}
- slots={{ backdrop: CustomBackdrop, transition: CustomTransition }}
- slotProps={{
- backdrop: { invisible: true },
- paper: { elevation: 12 },
- transition: { timeout: 500 },
- }} />