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
I'm getting a few issues with the transitions as follow:
Grow: Despite unmountOnExit set the components remain in dom after exit animation
Expect to be destroyed
Slide: Changing the property direction while in is false makes the component to show, goes from direction A to B and hide
Expect to keep the component hidden
Slide: Multiple slide (like tabs) with the properties mountOnEnter unmountOnExit do only mount/show the first one, as soon as removed the tabs works fine
I'm getting a few issues with the transitions as follow:
Sample code
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: