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

Method constructor

site/IndexPage.js:58–63  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

56 }
57
58 constructor(props) {
59 super(props);
60 this.state = {
61 renderPage: !this.props.devMode
62 };
63 }
64
65 render() {
66 // Dump out our current props to a global object via a script tag so

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected