dillon1000/react

Commit

Fix/add missing else branch for renders with no props change (#34837)

Stacked on https://github.com/facebook/react/pull/34822.
Fixes a bug introduced in https://github.com/facebook/react/pull/34370.

Just copying the lower else branch to the `properties.length` else
branch at the top.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-reconciler/src/ReactFiberPerformanceTrack.js ModifiedM packages/react-reconciler/src/__tests__/ReactPerformanceTrack-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…