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

Function insertChildToContainer

packages/react-dom/src/hostConfig.ts:57–63  ·  view source on GitHub ↗
(
	child: Instance,
	container: Container,
	before: Instance
)

Source from the content-addressed store, hash-verified

55}
56
57export function insertChildToContainer(
58 child: Instance,
59 container: Container,
60 before: Instance
61) {
62 container.insertBefore(child, before);
63}
64
65export const scheduleMicroTask =
66 typeof queueMicrotask === 'function'

Calls

no outgoing calls

Tested by

no test coverage detected