| 22 | canDrop: monitor.canDrop(), |
| 23 | })) |
| 24 | export default class TargetBox extends Component { |
| 25 | static propTypes = { |
| 26 | connectDropTarget: PropTypes.func.isRequired, |
| 27 | isOver: PropTypes.bool.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected