MCPcopy
hub / github.com/facebook/react / AsyncText

Function AsyncText

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:393–395  ·  view source on GitHub ↗
({text})

Source from the content-addressed store, hash-verified

391 }
392
393 function AsyncText({text}) {
394 return readText(text);
395 }
396
397 function AsyncTextWrapped({as, text}) {
398 const As = as;

Callers

nothing calls this directly

Calls 1

readTextFunction · 0.70

Tested by

no test coverage detected