dillon1000/react
Commit
Browse files Try harder to find container in ReactMount.findReactContainerForID.
When we render a new component into a container, we now record a reference to the rendered DOM node as `rootElementsByReactRootID[reactRootID]`, so that we can determine the actual container later on, in case `containersByReactRootID[reactRootID]` is no longer the true container.
Changed paths1 file
First-parent comparisonsrc/core/ReactMount.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…