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

Function createTextNode

dash/deps/react-dom@18.3.1.js:9833–9835  ·  view source on GitHub ↗
(text, rootContainerElement)

Source from the content-addressed store, hash-verified

9831 return domElement;
9832 }
9833 function createTextNode(text, rootContainerElement) {
9834 return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text);
9835 }
9836 function setInitialProperties(domElement, tag, rawProps, rootContainerElement) {
9837 var isCustomComponentTag = isCustomComponent(tag, rawProps);
9838

Callers 1

createTextInstanceFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…