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

Function App

packages/react-reconciler/src/__tests__/ReactUse-test.js:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 function App() {
147 return <Async />;
148 }
149
150 const root = ReactNoop.createRoot();
151 await act(() => {

Callers

nothing calls this directly

Calls 9

getAsyncTextFunction · 0.85
startTransitionFunction · 0.85
renderMethod · 0.65
useMemoFunction · 0.50
useFunction · 0.50
actFunction · 0.50
assertLogFunction · 0.50
useStateFunction · 0.50
useTransitionFunction · 0.50

Tested by

no test coverage detected