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 think this is unexpected behavior. I think the expected behavior should be to raise an error or warning, because I don't know if there is a sensible default value we could add for exit. (Maybe 0?)
* fix bug from issue #460
* Update src/Transition.js
Co-Authored-By: dimensi <[email protected]>
* fix grammar and remove required from exit, enter props
* rewrite test
* little update
Do you want to request a feature or report a bug?
bug, maybe?
What is the current behavior?
if I use timeout props without exit time, eg,
https://codesandbox.io/s/wnjp84n125
Click the red X button, after the animation, the element that should (?) be removed from DOM tree is still there.
Is this a feature or a bug?
version: 2.2.1
The text was updated successfully, but these errors were encountered: