dillon1000/react

Commit

Add Fibers to ReactTreeTraversal

This traverses parent based on the type of internal instance it is passed.
If it is a Fiber it may have to traverse multiple steps until it finds a
HostComponent.

This will allow us to use the event system with Fiber.
Browse files
Changed paths4 files
First-parent comparison
M scripts/fiber/tests-failing.txt ModifiedM scripts/fiber/tests-passing.txt ModifiedM src/renderers/dom/fiber/ReactDOMFiber.js ModifiedM src/renderers/shared/shared/ReactTreeTraversal.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…