You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the isOpen is falsedestroys the react portal, none of the components that use Dialog are able to perform an exit animation -> A good example is the Drawer
To Reproduce
1 - Open a Dialog|Drawer|BottomSheet
2 - Close it
Expected behavior
Portal stays mounted while isOpen prop is changing, and if set, an exit animation performs
Screenshots
Screen.Recording.2023-03-20.at.17.36.46.mov
Additional context
Add any other context about the problem here.
Describe the bug
When the
isOpenis false destroys the react portal, none of the components that useDialogare able to perform an exit animation -> A good example is theDrawerTo Reproduce
1 - Open a
Dialog|Drawer|BottomSheet2 - Close it
Expected behavior
Portal stays mounted while
isOpenprop is changing, and if set, an exit animation performsScreenshots
Screen.Recording.2023-03-20.at.17.36.46.mov
Additional context
Add any other context about the problem here.