(newIndex: number)
| 4658 | } |
| 4659 | |
| 4660 | goToIndex(newIndex: number) { |
| 4661 | if (this.animating) return; |
| 4662 | this.setState({ activeIndex: newIndex }); |
| 4663 | } |
| 4664 | |
| 4665 | render() { |
| 4666 | const { activeIndex } = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected