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

Function Title

code/communication/public/app.js:29–36  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

27 _inherits(Title, _React$Component);
28
29 function Title(props) {
30 _classCallCheck(this, Title);
31
32 var _this = _possibleConstructorReturn(this, (Title.__proto__ || Object.getPrototypeOf(Title)).call(this, props));
33
34 _this._clickHandler = _this._clickHandler.bind(_this);
35 return _this;
36 }
37
38 _createClass(Title, [{
39 key: '_clickHandler',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected