MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns /

Class

code/dependency-injection/src/app.jsx:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8dependencies.register('config', CONFIG);
9
10class App extends React.Component {
11 getChildContext() {
12 return dependencies;
13 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected