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

Function StrictRoot

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

Source from the content-addressed store, hash-verified

69// $FlowFixMe[missing-local-annot]
70function mountStrictApp(App) {
71 function StrictRoot() {
72 return createElement(App);
73 }
74
75 const container = createContainer();
76

Callers

nothing calls this directly

Calls 1

createElementFunction · 0.90

Tested by

no test coverage detected