Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ useOuterBar
Function
useOuterBar
packages/react-devtools-shell/src/app/Hydration/index.js:81–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
function
useOuterBar() {
82
useDebugValue({
83
debugA: {
84
debugB: {
85
debugC:
'abc'
,
86
},
87
},
88
});
89
return
useInnerBar();
90
}
91
92
function
useInnerBar() {
93
useDebugValue({
Callers
1
index.js
File · 0.85
Calls
2
useDebugValue
Function · 0.90
useInnerBar
Function · 0.85
Tested by
no test coverage detected