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

Function shouldSetTextContent

phaseG/src/reconciler.ts:144–147  ·  view source on GitHub ↗
(_type: Type, _props: Props)

Source from the content-addressed store, hash-verified

142 return false;
143 },
144
145 getRootHostContext(_rootContainerInstance: Container): HostContext {
146 log.debug("getRootHostContext");
147 return {};
148 },
149
150 getChildHostContext(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected