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: 65c4decb
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7216c0f0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 30, 2025

  1. Back out "Remove Dead Code in WWW JS" (#33673)

    Original commit changeset: 65c4dec
    
    This was removed by dead code removal. Adding back the TODO with
    commented out code.
    kassens authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    6a3d16c View commit details
    Browse the repository at this point in the history
  2. [Flight] Don't assume _debugStack and _owner is defined for prod elem…

    …ents (#33675)
    
    We generally treat these types of fields as optional on ReactDebugInfo
    and should on ReactElement too.
    
    That way we can consume prod payloads from third parties.
    sebmarkbage authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    7216c0f View commit details
    Browse the repository at this point in the history
Loading