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

Function createTextNode$1

code/redux/public/app.js:16503–16505  ·  view source on GitHub ↗
(text, rootContainerElement)

Source from the content-addressed store, hash-verified

16501}
16502
16503function createTextNode$1(text, rootContainerElement) {
16504 return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text);
16505}
16506
16507function setInitialProperties$1(domElement, tag, rawProps, rootContainerElement) {
16508 var isCustomComponentTag = isCustomComponent(tag, rawProps);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected