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

Function createTextInstance

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected