()
| 37 | }, |
| 38 | |
| 39 | componentDidMount() { |
| 40 | const base = ReactDOM.findDOMNode(this); |
| 41 | this.setState({ |
| 42 | baseWidth: base.offsetWidth |
| 43 | }); |
| 44 | this.resetAutoplay(); |
| 45 | }, |
| 46 | |
| 47 | handleAutoPlay(){ |
| 48 | const {index, count} = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…