dillon1000/react
Commit
Browse files Current behavior for excluding Component render with unchanged props from Components track (#34822)
If we rerender with the same props, the render time will not be accounted for in the Components track. The attached test reproduces the behavior observed in https://codesandbox.io/p/sandbox/patient-fast-j94f2g: <img width="1118" height="354" alt="CleanShot 2025-10-13 at 00 13 41@2x" src="https://github.com/user-attachments/assets/4be10ee9-d529-4d98-9035-4f26f9587f52" />
Changed paths1 file
First-parent comparisonpackages/react-reconciler/src/__tests__/ReactPerformanceTrack-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…