Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/
Class
examples/03 Nesting/Drag Sources/TargetBox.js:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
export
default
class
StatefulTargetBox extends Component {
66
constructor(props) {
67
super(props);
68
this.state = { lastDroppedColor: null };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected