MCPcopy Create free account
hub / github.com/react-dnd/react-dnd /

Class

examples/03 Nesting/Drag Sources/SourceBox.js:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 isDragging: monitor.isDragging(),
25}))
26class SourceBox extends Component {
27 static propTypes = {
28 connectDragSource: PropTypes.func.isRequired,
29 isDragging: PropTypes.bool.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected