MCPcopy
hub / github.com/JoelOtter/kajero / componentDidMount

Function componentDidMount

src/js/components/GraphBlock.js:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 componentDidMount() {
56 this.props.dispatch(executeCodeBlock(this.props.block.get('id')));
57 this.selectedData = this.props.data;
58 }
59
60 componentWillReceiveProps(newProps) {
61 const code = this.props.block.get('content');

Callers

nothing calls this directly

Calls 1

executeCodeBlockFunction · 0.90

Tested by

no test coverage detected