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

Function removeChild

lib/assets/react-source/development/react.js:11295–11297  ·  view source on GitHub ↗
(parentInstance, child)

Source from the content-addressed store, hash-verified

11293 }
11294 }
11295 function removeChild(parentInstance, child) {
11296 parentInstance.removeChild(child);
11297 }
11298 function removeChildFromContainer(container, child) {
11299 if (container.nodeType === COMMENT_NODE) {
11300 container.parentNode.removeChild(child);

Callers 1

unmountHostComponentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected