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

Implement enableSuspenseLayoutEffectSemantics in Fabric #21901

Merged
merged 1 commit into from
Jul 16, 2021

Commits on Jul 16, 2021

  1. Refactor "disappear" logic into its own traversal

    Similar to facebook#21898, but for "disappear" logic. Previously this lived
    inside `hideOrUnhideAllChildren`, the function that mutates the nearest
    DOM nodes to override their `display` style.
    
    This makes the feature work in persistent mode (Fabric); it didn't
    before because `hideOrUnhideAllChildren` only runs in mutation mode.
    acdlite committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1c469c7 View commit details
    Browse the repository at this point in the history