MCPcopy Create free account
hub / github.com/antonnell/networklist-org / constructor

Method constructor

components/unlock/unlock.js:82–89  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

80class Unlock extends Component {
81
82 constructor(props) {
83 super()
84
85 this.state = {
86 loading: false,
87 error: null
88 }
89 }
90
91 componentWillMount() {
92 stores.emitter.on(CONNECTION_CONNECTED, this.connectionConnected);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected