dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonpackages/react-reconciler/src/ReactFiberPerformanceTrack.js ModifiedM packages/react-reconciler/src/__tests__/ReactPerformanceTrack-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…