MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / createTextNode$1

Function createTextNode$1

code/styling/public/app.js:16252–16254  ·  view source on GitHub ↗
(text, rootContainerElement)

Source from the content-addressed store, hash-verified

16250}
16251
16252function createTextNode$1(text, rootContainerElement) {
16253 return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text);
16254}
16255
16256function setInitialProperties$1(domElement, tag, rawProps, rootContainerElement) {
16257 var isCustomComponentTag = isCustomComponent(tag, rawProps);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected