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

Class

examples/04 Sortable/Simple/Card.js:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 isDragging: monitor.isDragging(),
77}))
78export default class Card extends Component {
79 static propTypes = {
80 connectDragSource: PropTypes.func.isRequired,
81 connectDropTarget: PropTypes.func.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected