Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ Component
Function
Component
packages/react-devtools-shell/src/app/ErrorBoundaries/index.js:53–55 ·
view source on GitHub ↗
({label})
Source
from the content-addressed store, hash-verified
51
52
// $FlowFixMe[missing-local-annot]
53
function
Component({label}) {
54
return
<div>{label}</div>;
55
}
56
57
export
default
function
ErrorBoundaries(): React.Node {
58
return
(
Callers
1
index.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected