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

Class

examples/00 Chessboard/Tutorial App/index.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * Unlike the tutorial, export a component so it can be used on the website.
7 */
8export default class ChessboardTutorialApp extends Component {
9 constructor(props) {
10 super(props);
11 this.unobserve = observe(this.handleChange.bind(this));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected