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

Commits on Jun 2, 2018

  1. Don’t error when returning an empty Fragment

    When a fragment is reconciled, we directly move onto it’s children.
    Since an empty `<React.Fragment/>` will have children of `undefined`,
    this would always throw.
    
    To fix this, we bail out in those cases.
    philipp-spiess committed Jun 2, 2018
    Copy the full SHA
    931bc7d View commit details
  2. Copy the full SHA
    4de2539 View commit details

Commits on Jun 11, 2018

  1. Reuse existing code path

    gaearon committed Jun 11, 2018
    Copy the full SHA
    697bd71 View commit details
  2. Copy the full SHA
    6d8c3f5 View commit details
Loading