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

Commits on Apr 14, 2021

  1. Fix reentrancy bug

    sebmarkbage committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d4e6b66 View commit details
    Browse the repository at this point in the history
  2. Fix another reentrancy bug

    There's also an issue if we try to schedule something to be client
    rendered if its fallback hasn't rendered yet. So we don't do it
    in that case.
    sebmarkbage committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5781269 View commit details
    Browse the repository at this point in the history
Loading