Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReactTransitionGroup: fix fast enter/leave issue #1

Closed
wants to merge 1 commit into from

Conversation

jedwards1211
Copy link
Owner

This fixes bugs when components are remove from a ReactTransitionGroup before they finish entering or added back before they finish leaving. Whereas facebook#642 only fixes the issue for ReactCSSTransitionGroup, this fixes the issue when using ReactTransitionGroup directly.

This fixes bugs when components are remove from a `ReactTransitionGroup` before they finish entering or added back before they finish leaving.
@jedwards1211
Copy link
Owner Author

Git sure chose the wrong repo to create this in by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant