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 d344de6 commit 46afca2Copy full SHA for 46afca2
3 files changed
.changeset/heavy-teeth-crash.md
@@ -0,0 +1,5 @@
1
+---
2
+"@suid/material": patch
3
4
+
5
+fix(material): add transition prop to components
packages/material/src/Dialog/Dialog.tsx
@@ -304,6 +304,7 @@ const Dialog = $.defineComponent(function Dialog(inProps) {
304
onClick={handleBackdropClick}
305
ownerState={ownerState}
306
{...other}
307
+ transition
308
>
309
<baseProps.TransitionComponent
310
appear
packages/material/src/Popover/Popover.tsx
@@ -443,6 +443,7 @@ const Popover = $.defineComponent(function Popover(inProps) {
443
open={props.open}
444
445
446
447
448
449
0 commit comments