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

[#9627] Fix create-react-class isMounted ordering issue #9638

Merged
merged 2 commits into from Jun 12, 2017

Commits on May 9, 2017

  1. [facebook#9627] Fix create-react-class isMounted ordering issue

    Split the IsMountedMixin in two so that the __isMounted flag is set to false after componentWillUnmount is executed in mixins and the component.
    mridgway committed May 9, 2017
    Copy the full SHA
    fe10889 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Copy the full SHA
    4c679da View commit details
    Browse the repository at this point in the history