Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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]
70
function
mountStrictApp(App) {
71
function
StrictRoot() {
72
return
createElement(App);
73
}
74
75
const
container = createContainer();
76
Callers
nothing calls this directly
Calls
1
createElement
Function · 0.90
Tested by
no test coverage detected