MCPcopy Create free account
hub / github.com/reactjs/react-rails / unmarkContainerAsRoot

Function unmarkContainerAsRoot

lib/assets/react-source/development/react.js:11520–11522  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

11518 node[internalContainerInstanceKey] = hostRoot;
11519 }
11520 function unmarkContainerAsRoot(node) {
11521 node[internalContainerInstanceKey] = null;
11522 }
11523 function isContainerMarkedAsRoot(node) {
11524 return !!node[internalContainerInstanceKey];
11525 } // Given a DOM node, return the closest HostComponent or HostText fiber ancestor.

Callers 2

react.jsFile · 0.85
unmountComponentAtNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected