()
| 14 | |
| 15 | class AsyncMiddle2 extends React.Component { |
| 16 | render() { |
| 17 | return ( |
| 18 | <div> |
| 19 | 2:<Counter /> |
| 20 | </div> |
| 21 | ); |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | const DeferAsync = (props, context) => { |
nothing calls this directly
no outgoing calls
no test coverage detected