Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ First
Function
First
packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:9703–9706 ·
view source on GitHub ↗
({children})
Source
from the content-addressed store, hash-verified
9701
rejectFirst = reject;
9702
});
9703
function
First({children}) {
9704
use(firstPromise);
9705
return
children;
9706
}
9707
9708
let
resolveSecond;
9709
const
secondPromise =
new
Promise(resolve => {
Callers
nothing calls this directly
Calls
1
use
Function · 0.50
Tested by
no test coverage detected