MCPcopy
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]
53function Component({label}) {
54 return <div>{label}</div>;
55}
56
57export default function ErrorBoundaries(): React.Node {
58 return (

Callers 1

index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected