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

Commits on Nov 24, 2023

  1. [Flight] Fix reference param type in registerServerReference

    The `reference` that is passed into `registerServerReference` can be a
    plain function. It does not need to have the three additonal properties
    of a `ServerRefeference`. In fact, adding these properties (plus `bind`)
    is precisely what `registerServerReference` does.
    unstubbable committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bbc6c29 View commit details
    Browse the repository at this point in the history
Loading