dillon1000/react
Commit
Browse files 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.
Changed paths4 files
First-parent comparisonscripts/fiber/tests-failing.txt ModifiedM scripts/fiber/tests-passing.txt ModifiedM src/renderers/dom/fiber/ReactDOMFiber.js ModifiedM src/renderers/shared/shared/ReactTreeTraversal.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…