dillon1000/react
Commit
Browse files Move isHostComponent branches out of bailout
Since we only call bailout from within the host component branch now, we can just move this to the branch where we already know that this is a host component. As part of this I noticed that we don't always push the host context so I moved that to the beginning of the branch.
Changed paths1 file
First-parent comparisonsrc/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…