MCPcopy Create free account
hub / github.com/microsoft/SandDance / removeChild

Function removeChild

docs/external/js/react-dom.development.js:7723–7725  ·  view source on GitHub ↗
(parentInstance, child)

Source from the content-addressed store, hash-verified

7721 }
7722 }
7723 function removeChild(parentInstance, child) {
7724 parentInstance.removeChild(child);
7725 }
7726 function removeChildFromContainer(container, child) {
7727 if (container.nodeType === COMMENT_NODE) {
7728 container.parentNode.removeChild(child);

Callers 1

unmountHostComponentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected