MCPcopy Create free account
hub / github.com/react/react / App

Function App

packages/react-reconciler/src/__tests__/ReactIsomorphicAct-test.js:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 function App() {
229 return use(promise);
230 }
231
232 const root = ReactNoop.createRoot();
233 await act(async () => {

Callers

nothing calls this directly

Calls 1

useFunction · 0.50

Tested by

no test coverage detected