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

Function App

code/composition/public/app.js:230–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 _inherits(App, _React$Component2);
229
230 function App() {
231 _classCallCheck(this, App);
232
233 return _possibleConstructorReturn(this, (App.__proto__ || Object.getPrototypeOf(App)).apply(this, arguments));
234 }
235
236 _createClass(App, [{
237 key: 'render',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected