()
| 13 | }, |
| 14 | |
| 15 | onLeave() { |
| 16 | console.log('leave: ' + this.props.i); // eslint-disable-line no-console |
| 17 | }, |
| 18 | |
| 19 | render() { |
| 20 | const i = this.props.i; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…