After sequence of fast changes (add/delete operations) nodes under ReactCSSTransitionGroup are left stuck with classes example-leave example-enter-active example-leave-active. Further state modifications do not change rendered DOM tree. Console has multiple warnings
transition(): tried to perform an animation without an animationend or transitionend event after timeout (5000ms). You should either disable this transition in JS or add a CSS animation/transition.
Test page: http://jsbin.com/kasurusa/2
- Place cursor in input field
- Type l then type Backspace very fast
- Repeat step 2 few times
Easily reproduces in IE10, but could be also reproduced in Chrome 35.
After sequence of fast changes (add/delete operations) nodes under
ReactCSSTransitionGroupare left stuck with classesexample-leave example-enter-active example-leave-active. Further state modifications do not change rendered DOM tree. Console has multiple warningsTest page: http://jsbin.com/kasurusa/2
Easily reproduces in IE10, but could be also reproduced in Chrome 35.