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

Reset stateNode in resetWorkInProgress #18448

Merged
merged 2 commits into from Apr 1, 2020

Commits on Mar 31, 2020

  1. Copy the full SHA
    ff5386c View commit details
    Browse the repository at this point in the history
  2. Reset stateNode when resetWorkInProgress

    This is supposed to put the Fiber into the same state as if it was just
    created by child fiber reconciliation. For newly created fibers, that means
    that stateNode is null.
    sebmarkbage committed Mar 31, 2020
    Copy the full SHA
    4089176 View commit details
    Browse the repository at this point in the history