MCPcopy Create free account
hub / github.com/plotly/dash / removeChild

Function removeChild

dash/deps/react-dom@18.3.1.js:11108–11110  ·  view source on GitHub ↗
(parentInstance, child)

Source from the content-addressed store, hash-verified

11106 }
11107
11108 function removeChild(parentInstance, child) {
11109 parentInstance.removeChild(child);
11110 }
11111 function removeChildFromContainer(container, child) {
11112 if (container.nodeType === COMMENT_NODE) {
11113 container.parentNode.removeChild(child);

Callers 1

Calls 1

removeChildMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…