dillon1000/react
Commit
Browse files Don't increase priority when cloning current children (#10123)
This fixes a snapshot test regression introduced by #10008. I had noticed this change and believe the new behavior was correct, but upon further investigation I was wrong. This reverts the snapshot test and fixes it accordingly.
Changed paths3 files
First-parent comparisonsrc/renderers/shared/fiber/ReactChildFiber.js ModifiedM src/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedM src/renderers/shared/fiber/__tests__/__snapshots__/ReactIncrementalPerf-test.js.snap ModifiedPatch
Files changed
Rendering syntax-highlighted changes…