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: 95ffd6c
Choose a base ref
...
head repository: react/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2dd9b7c
Choose a head ref
  • 6 commits
  • 35 files changed
  • 2 contributors

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    8b276df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c66ac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    9a5996a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a879cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65db100 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. [Flight] Fix debug channel flag in Node.js server renderToPipeableStr…

    …eam (#35724)
    
    ## Summary
    
    - Fixes the `createRequest` call in `renderToPipeableStream` to pass
    `debugChannelReadable !== undefined` instead of `debugChannel !==
    undefined` in the turbopack, esm, and parcel Node.js server
    implementations
    - The webpack version already had the correct check; this brings the
    other bundler implementations in line
    
    The bug was introduced in #33754. With `debugChannel !== undefined`, the
    server could signal that debug info should be emitted even when only a
    write-only debug channel is provided (no readable side), potentially
    causing the client to block forever waiting for debug data that never
    arrives.
    feedthejim authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    2dd9b7c View commit details
    Browse the repository at this point in the history
Loading