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

Method componentDidMount

src/js/Notebook.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 componentDidMount() {
23 this.props.dispatch(fetchData());
24 }
25
26 deselectBlocks() {
27 this.props.dispatch(editBlock(null));

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.90

Tested by

no test coverage detected