MCPcopy Index your code
hub / github.com/Broltes/react-touch-loader / componentDidMount

Method componentDidMount

example/app.jsx:20–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 componentDidMount() {
21 setTimeout(() => {
22 this.setState({
23 listLen: 9,
24 hasMore: 1,
25 initializing: 2, // initialized
26 });
27 }, 2e3);
28 }
29
30 refresh = (resolve, reject) => {
31 setTimeout(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected