MCPcopy Index your code
hub / github.com/Lobos/react-ui / constructor

Method constructor

src/Message.js:21–24  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

19
20class Item extends Component {
21 constructor (props) {
22 super(props);
23 this.dismiss = this.dismiss.bind(this);
24 }
25
26 dismiss () {
27 if (this.props.dismissed) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected