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

Commits on Aug 14, 2020

  1. Permanently removed component stacks from scheduling profiler data

    These stacks improve the profiler data but they're expensive to generate and generating them can also cause runtime errors in larger applications (although an exact repro has been hard to nail down). Removing them for now. We can revisit adding them after this profiler has been integrated into the DevTools extension and we can generate them lazily.
    Brian Vaughn committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    bfb567a View commit details
    Browse the repository at this point in the history
Loading