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

Alternate fix for "Fix a crash in Suspense with findDOMNode" #15312

Merged
merged 2 commits into from Apr 3, 2019

Commits on Apr 3, 2019

  1. Copy the full SHA
    41aa345 View commit details
    Browse the repository at this point in the history
  2. Alternate fix for facebook#14198

    This doesn't rely on checking the tag. When the alternate of a parent
    is missing, it assumes it's a fragment indirection and moves onto the
    next parent fiber.
    acdlite committed Apr 3, 2019
    Copy the full SHA
    43b1f74 View commit details
    Browse the repository at this point in the history