()
| 9 | |
| 10 | const Child = createReactClass({ |
| 11 | onEnter() { |
| 12 | console.log('enter: ' + this.props.i); // eslint-disable-line no-console |
| 13 | }, |
| 14 | |
| 15 | onLeave() { |
| 16 | console.log('leave: ' + this.props.i); // eslint-disable-line no-console |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…