MCPcopy Create free account
hub / github.com/clayrisser/create-react-renderer / createTextInstance

Function createTextInstance

phaseF/src/reconciler.ts:65–72  ·  view source on GitHub ↗
(
    _text: string,
    _rootContainerInstance: Container,
    _hostContext: HostContext
    // @ts-ignore
  )

Source from the content-addressed store, hash-verified

63 log.debug("createInstance");
64 return createElement(type, props);
65 },
66
67 appendInitialChild(parentInstance: Instance, child: Instance | TextInstance): void {
68 log.debug("appendInitialChild");
69 parentInstance.appendChild(child);
70 },
71
72 finalizeInitialChildren(
73 _parentInstance: Instance,
74 _type: Type,
75 _props: Props,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected