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

Function App

packages/react/src/__tests__/forwardRef-test.internal.js:217–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 });
216
217 function App() {
218 Scheduler.log('App');
219 return <Forward />;
220 }
221
222 ReactNoop.render(<App />);
223 await waitForAll(['App', 'Forward', 'Middle', 'Inner']);
224
225 inst.setState({});
226 await waitForAll(['Inner']);
227 });
228});

Callers

nothing calls this directly

Calls 2

waitForAllFunction · 0.85
renderMethod · 0.65

Tested by

no test coverage detected