MCPcopy Create free account
hub / github.com/flyfloor/react-component / componentDidMount

Function componentDidMount

component/Pin.js:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 },
27
28 componentDidMount() {
29 this.setState({
30 baseTop: this.node2Top(),
31 });
32 },
33
34 node2Top(){
35 const {begin} = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…