dillon1000/react

Commit

Remove timeout from performance flamegraph (#15477)

The implementation is wrong, but also it's not that useful for
debugging. Implementing it properly would involve tracking more
information than we do currently. Perhaps including the priority
of the callback in the message would be helpful, but not sure. For now
I'll just remove it.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-reconciler/src/ReactDebugFiberPerf.js ModifiedM packages/react-reconciler/src/ReactFiberScheduler.js ModifiedM packages/react-reconciler/src/__tests__/__snapshots__/ReactIncrementalPerf-test.internal.js.snap Modified
Patch

Files changed

Rendering syntax-highlighted changes…