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

Function createTextInstance

packages/react-dom/src/hostConfig.ts:25–27  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

23};
24
25export const createTextInstance = (content: string) => {
26 return document.createTextNode(content);
27};
28
29export const appendChildToContainer = appendInitialChild;
30

Callers 1

completeWorkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected