Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ useInnerFoo
Function
useInnerFoo
packages/react-devtools-shell/src/app/Hydration/index.js:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
function
useInnerFoo() {
77
const
[value] = useState([[[
'a'
,
'b'
,
'c'
]]]);
78
return
value;
79
}
80
81
function
useOuterBar() {
82
useDebugValue({
Callers
1
useOuterFoo
Function · 0.85
Calls
1
useState
Function · 0.90
Tested by
no test coverage detected