MCPcopy Index your code
hub / github.com/jamiebuilds/react-loadable / _clearTimeouts

Method _clearTimeouts

src/index.js:221–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 _clearTimeouts() {
222 clearTimeout(this._delay);
223 clearTimeout(this._timeout);
224 }
225
226 retry = () => {
227 this.setState({ error: null, loading: true, timedOut: false });

Callers 2

updateMethod · 0.95
componentWillUnmountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected