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: 62512bafc635e165eb0db26dc8efbed12d0d02fb
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63064a6f897df2879acb1a2f7a221204f6b88894
Choose a head ref
  • 6 commits
  • 30 files changed
  • 1 contributor

Commits on Sep 29, 2023

  1. Enforce that the "react-server" build of "react" is used

    I do this by simply renaming the secret export name in that bundle.
    sebmarkbage committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7051b54 View commit details
    Browse the repository at this point in the history
  2. Fix missing file in package.json

    This broke fixtures.
    sebmarkbage committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    efe4215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bab361f View commit details
    Browse the repository at this point in the history
  4. Some of the internals are shared in shared/

    Like ReactDebugCurrentFrame. So we preserve those simple cases on
    the old name while still moving dispatcher and cache to the separate one.
    sebmarkbage committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f9ddb5e View commit details
    Browse the repository at this point in the history
  5. test builds

    sebmarkbage committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d842bdd View commit details
    Browse the repository at this point in the history
  6. fix test

    sebmarkbage committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    63064a6 View commit details
    Browse the repository at this point in the history
Loading