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

Commits on Jul 14, 2021

  1. Run persistent tests in more configurations in CI

    I noticed that `enableSuspenseLayoutEffectSemantics` is not fully
    implemented in persistent mode. I believe this was an oversight
    because we don't have a CI job that runs tests in persistent mode and
    with experimental flags enabled.
    
    This adds additional test configurations to the CI job so we don't miss
    stuff like this again. It doesn't fix the failing tests — I'll address
    that separately.
    acdlite committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    238d977 View commit details
    Browse the repository at this point in the history
Loading