Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7e21579220042c0a60179e2f40f121684e637eb
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d577fd216735384a262cbacdcbc5cda18626497
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 1, 2024

  1. temporarily disable lazy context propagation (#31403)

    disables lazy context propagation in oss to help determine if it is
    causing bugs in startTransition. Will reenable after cutting a canary
    release with this flag disabled
    gnoff authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    16409d0 View commit details
    Browse the repository at this point in the history
  2. Reenable lazy context propagation (#31405)

    Reverts #31403 to reenable lazy context propagation
    
    The disabling was to produce a build that could help track down whether
    this flag is causing a possibly related bug in transitions but we don't
    intend to disable it just fix forward once we figure out what the
    problem is
    gnoff authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7c8e5e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. More Unit Tests for Refs in Hidden Subtrees (#31404)

    ## Summary
    
    While fixing ref lifecycles in hidden subtrees in
    #31379, @rickhanlonii noticed that
    we could also add more unit tests for other types of tags to prevent
    future regressions during code refactors.
    
    This PR adds more unit tests in the same vein as those added in
    #31379.
    
    ## How did you test this change?
    
    Verified unit tests pass:
    
    ```
    $ yarn
    $ yarn test ReactFreshIntegration-test.js
    ```
    yungsters authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4d577fd View commit details
    Browse the repository at this point in the history
Loading