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

Function AsyncHead

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

Source from the content-addressed store, hash-verified

5255 return null;
5256 }
5257 function AsyncHead() {
5258 readText('head');
5259 return (
5260 <head data-foo="foo">
5261 <title>a title</title>
5262 </head>
5263 );
5264 }
5265 function AsyncBody() {
5266 readText('body');
5267 return (

Callers

nothing calls this directly

Calls 1

readTextFunction · 0.70

Tested by

no test coverage detected