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

Function App

packages/react-dom/src/__tests__/ReactDOM-test.js:494–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492 });
493
494 const App = () => {
495 findDOMNode(instance);
496 return <div />;
497 };
498
499 if (__DEV__) {
500 root = ReactDOMClient.createRoot(document.createElement('div'));

Callers

nothing calls this directly

Calls 1

findDOMNodeFunction · 0.50

Tested by

no test coverage detected