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

Function BlockedOn

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:8966–8969  ·  view source on GitHub ↗
({value, children})

Source from the content-addressed store, hash-verified

8964
8965 it('can suspend inside the <head /> tag', async () => {
8966 function BlockedOn({value, children}) {
8967 readText(value);
8968 return children;
8969 }
8970
8971 function App() {
8972 return (

Callers

nothing calls this directly

Calls 1

readTextFunction · 0.70

Tested by

no test coverage detected