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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When defining a CSSTransition component with both "enter" and "exit" set to false, the component ends up with both -exit-done and -enter-done classes after 2 transitions.
What is the expected behavior?
Only one of the -exit-done and -enter-done should exist on the DOM node.
Which versions, and which browser / OS are affected by this issue? Did this work in previous versions?
Tested on Chrome 66 with react 16.2.0 and react-transition-group 2.3.1