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
Click 'Toggle' to make the list-item fade into view.
Double-click/Spam-click the 'Toggle' button again to make the item fade-out of view.
Click 'Toggle' again to try to make the component come back into view.
You'll see that the item doesn't come back! If you check the HTML, you can see that the list-item is still there, with the class name "example-leave example-leave-active".
I suspect that React should reverse the animation elegantly in the case of the same component being re-added in the render function during a leave transition.
The text was updated successfully, but these errors were encountered:
Please see: http://jsfiddle.net/LvkNt/10/ and do the following:
You'll see that the item doesn't come back! If you check the HTML, you can see that the list-item is still there, with the class name "example-leave example-leave-active".
I suspect that React should reverse the animation elegantly in the case of the same component being re-added in the render function during a leave transition.
The text was updated successfully, but these errors were encountered: