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: react/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0bdb9206
Choose a base ref
...
head repository: react/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03fda05d
Choose a head ref
  • 4 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    ae5c2f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. [DevTools] Fix crash when inspecting Components suspended on data awa…

    …ited in anonymous functions (#34234)
    eps1lon authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    3e20dc8 View commit details
    Browse the repository at this point in the history
  2. [Flight] Add debugChannel option to Edge and Node clients (#34236)

    When a debug channel is used between the Flight server and a browser
    Flight client, we want to allow the same RSC stream to be used for
    server-side rendering. To support this, the Edge and Node Flight clients
    also need to accept a `debugChannel` option. Without it, debug
    information would be missing (e.g. for SSR error stacks), and in some
    cases this could result in `Connection closed` errors.
    
    This PR adds support for the `debugChannel` option in the Edge and Node
    clients for ESM, Parcel, Turbopack, and Webpack. Unlike the browser
    clients, these clients only support a one-way channel, since the Flight
    server’s return protocol is not designed for multiple clients.
    
    The implementation follows the approach used in the browser clients, but
    excludes the writable parts.
    unstubbable authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    0bc71e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03fda05 View commit details
    Browse the repository at this point in the history
Loading