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

Function AsyncNoOutput

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:5253–5256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5251
5252 it('can emit the preamble even if the head renders asynchronously', async () => {
5253 function AsyncNoOutput() {
5254 readText('nooutput');
5255 return null;
5256 }
5257 function AsyncHead() {
5258 readText('head');
5259 return (

Callers

nothing calls this directly

Calls 1

readTextFunction · 0.70

Tested by

no test coverage detected