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

Function Inject

code/dependency-injection/public/app.js:194–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 _inherits(Inject, _React$Component);
193
194 function Inject() {
195 _classCallCheck(this, Inject);
196
197 return _possibleConstructorReturn(this, (Inject.__proto__ || Object.getPrototypeOf(Inject)).apply(this, arguments));
198 }
199
200 _createClass(Inject, [{
201 key: 'render',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected