()
| 1719 | if (child === 1) { |
| 1720 | return class Child extends Component { |
| 1721 | componentWillUnmount() { |
| 1722 | onUnmount(); |
| 1723 | } |
| 1724 | |
| 1725 | render() { |
| 1726 | return <div>old child</div>; |
nothing calls this directly
no outgoing calls
no test coverage detected