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

Function App

packages/react/src/__tests__/forwardRef-test.internal.js:217–227  ·  packages/react/src/__tests__/forwardRef-test.internal.js::App
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

waitForAllFunction · 0.85
renderMethod · 0.65

Tested by

no test coverage detected