MCPcopy Create free account
hub / github.com/BetaSu/big-react / removeChild

Function removeChild

packages/react-dom/src/hostConfig.ts:50–55  ·  view source on GitHub ↗
(
	child: Instance | TextInstance,
	container: Container
)

Source from the content-addressed store, hash-verified

48}
49
50export function removeChild(
51 child: Instance | TextInstance,
52 container: Container
53) {
54 container.removeChild(child);
55}
56
57export function insertChildToContainer(
58 child: Instance,

Callers 1

commitDeletionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected