We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b1bbb commit 8959adeCopy full SHA for 8959ade
docs/data/material/components/dialogs/AlertDialogSlide.js
@@ -29,7 +29,9 @@ export default function AlertDialogSlide() {
29
</Button>
30
<Dialog
31
open={open}
32
- TransitionComponent={Transition}
+ slots={{
33
+ transition: Transition,
34
+ }}
35
keepMounted
36
onClose={handleClose}
37
aria-describedby="alert-dialog-slide-description"
docs/data/material/components/dialogs/AlertDialogSlide.tsx
@@ -35,7 +35,9 @@ export default function AlertDialogSlide() {
38
39
40
41
42
43
0 commit comments