MCPcopy
hub / github.com/krasimir/react-in-patterns / getChildContext

Method getChildContext

code/dependency-injection/src/app.jsx:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10class App extends React.Component {
11 getChildContext() {
12 return dependencies;
13 }
14 render() {
15 return <Header />;
16 }

Callers 15

processChildContextFunction · 0.80
dFunction · 0.80
processChildContextFunction · 0.80
dFunction · 0.80
processChildContextFunction · 0.80
dFunction · 0.80
processChildContextFunction · 0.80
dFunction · 0.80
processChildContextFunction · 0.80
dFunction · 0.80
processChildContextFunction · 0.80
dFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected