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

Function Second

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

Source from the content-addressed store, hash-verified

9710 resolveSecond = resolve;
9711 });
9712 function Second({children}) {
9713 use(secondPromise);
9714 return children;
9715 }
9716
9717 const hangingPromise = new Promise(() => {});
9718 function Hanging({children}) {

Callers

nothing calls this directly

Calls 1

useFunction · 0.50

Tested by

no test coverage detected