(newIndex)
| 61 | } |
| 62 | |
| 63 | goToIndex(newIndex) { |
| 64 | if (this.animating) return; |
| 65 | this.setState({ activeIndex: newIndex }); |
| 66 | } |
| 67 | |
| 68 | render() { |
| 69 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…