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: 4ea063b56ff7ccc69c4cc67c30fd6f31f9880464
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e09e0997955da52aca4046d11284bedf6407b49
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 2, 2022

  1. Unwrap sync resolved thenables without suspending

    If a thenable resolves synchronously, `use` should unwrap its result
    without suspending or interrupting the component's execution.
    acdlite committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    35deb4d View commit details
    Browse the repository at this point in the history
  2. Clean up code that's no longer needed

    Synchronously resolved thenables are now unwrapped directly inside
    `use`. So we don't need this extra logic in the work loop anymore.
    acdlite committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9e09e09 View commit details
    Browse the repository at this point in the history
Loading