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

[Fiber] Handle Bailed Out HostText update and MultiChildText test #8371

Merged
merged 1 commit into from
Nov 29, 2016

Commits on Nov 29, 2016

  1. Handle Bailed Out HostText update and MultiChildText test

    This handles the case where a host text bails out. In that case we need to
    reuse its previous memoizedProps. We should also only schedule an actual
    update if it did actually change its text content.
    
    I updated the unit test to ignore comment nodes if we're using Fiber.
    sebmarkbage committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    e66d46a View commit details
    Browse the repository at this point in the history