MCPcopy
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
76function useInnerFoo() {
77 const [value] = useState([[['a', 'b', 'c']]]);
78 return value;
79}
80
81function useOuterBar() {
82 useDebugValue({

Callers 1

useOuterFooFunction · 0.85

Calls 1

useStateFunction · 0.90

Tested by

no test coverage detected