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

Commits on Jul 14, 2021

  1. Use Visibility flag to schedule a hide/show effect

    Instead of the Update flag, which is also used for other side-effects,
    like refs.
    
    I originally added the Visibility flag for this purpose in #20043 but
    it got reverted last winter when we were bisecting the effects refactor.
    acdlite committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2537142 View commit details
    Browse the repository at this point in the history
  2. Added failing test case

    Brian Vaughn authored and acdlite committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    ca72f59 View commit details
    Browse the repository at this point in the history
Loading