(monitor)
| 27 | |
| 28 | class Target { |
| 29 | constructor(monitor) { |
| 30 | this.monitor = monitor; |
| 31 | this.props = null; |
| 32 | this.component = null; |
| 33 | } |
| 34 | |
| 35 | receiveProps(props) { |
| 36 | this.props = props; |
nothing calls this directly
no outgoing calls
no test coverage detected