dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/renderers/shared/fiber/ReactFiberBeginWork.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…