()
| 11 | }; |
| 12 | }, |
| 13 | getInitialState() { |
| 14 | const {current} = this.props; |
| 15 | return {current}; |
| 16 | }, |
| 17 | |
| 18 | handleItemClick(index){ |
| 19 | const {onChange} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…