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

Function LegacyRender

packages/react-devtools-shell/src/app/index.js:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 const {render, unmountComponentAtNode} = require('react-dom');
86
87 function LegacyRender() {
88 return createElement(App);
89 }
90
91 const container = createContainer();
92

Callers

nothing calls this directly

Calls 1

createElementFunction · 0.90

Tested by

no test coverage detected