dillon1000/react

Commit

Implement findDOMNode for Fiber

This is the naive implementation that doesn't cover the case where there are
two diverging fibers, or if this tree is unmounted.
Browse files
Changed paths3 files
First-parent comparison
M src/renderers/dom/fiber/ReactDOMFiber.js ModifiedM src/renderers/shared/fiber/ReactFiberReconciler.js ModifiedA src/renderers/shared/fiber/ReactFiberTreeReflection.js Added
Patch

Files changed

Rendering syntax-highlighted changes…