()
| 54 | }, |
| 55 | |
| 56 | resetAutoplay(){ |
| 57 | const {autoPlay, delay} = this.props; |
| 58 | if (autoPlay) { |
| 59 | this.clearInterval(); |
| 60 | this.setInterval(this.handleAutoPlay, delay); |
| 61 | } |
| 62 | }, |
| 63 | |
| 64 | componentWillMount() { |
| 65 | const {children} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…