()
| 33 | }, |
| 34 | |
| 35 | componentDidMount() { |
| 36 | this.setTimeout( |
| 37 | () => { this.setState({ tabs: [1, 2, 3, 4, 5, 6, ], }); }, |
| 38 | 100 |
| 39 | ); |
| 40 | }, |
| 41 | |
| 42 | handleChangeTab({i, ref, from, }) { |
| 43 | this.children[i].onEnter(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…