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

Function App

packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js:94–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 function App() {
95 return (
96 <div>
97 <Yield id="A" />
98 <Yield id="B" />
99 <BadRender />
100 <Yield id="C" />
101 <Yield id="D" />
102 </div>
103 );
104 }
105
106 const root = ReactNoop.createRoot();
107 root.render(<App />);

Callers

nothing calls this directly

Calls 1

useDeferredValueFunction · 0.50

Tested by

no test coverage detected