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

Bugfix: Effect clean up when deleting suspended tree #19752

Merged
merged 2 commits into from
Sep 4, 2020

Commits on Sep 4, 2020

  1. Bug: Effect clean up when deleting suspended tree

    Adds a failing unit test.
    acdlite committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    fab3639 View commit details
    Browse the repository at this point in the history
  2. Re-use static flags from suspended primary tree

    When switching to a Suspense boundary's fallback, we need to be sure
    to preserve static subtree flags from the primary tree.
    acdlite committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    30741ae View commit details
    Browse the repository at this point in the history