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

Function onShellReady

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

Source from the content-addressed store, hash-verified

1540 {
1541 identifierPrefix: 'A_',
1542 onShellReady() {
1543 writableA.write('<div id="container-A">');
1544 pipe(writableA);
1545 writableA.write('</div>');
1546 },
1547 },
1548 );
1549 });

Callers 1

Calls 2

writeMethod · 0.65
pipeFunction · 0.50

Tested by

no test coverage detected