dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonsrc/renderers/dom/fiber/ReactDOMFiber.js ModifiedM src/renderers/shared/fiber/ReactFiberReconciler.js ModifiedA src/renderers/shared/fiber/ReactFiberTreeReflection.js AddedPatch
Files changed
Rendering syntax-highlighted changes…