MCPcopy Create free account
hub / github.com/0wczar/airframe-react / constructor

Function constructor

app/components/NestedDropdown/NestedDropdown.js:9–15  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

7
8export class NestedDropdown extends React.Component {
9 constructor(props) {
10 super(props);
11
12 this.state = {
13 openId: null
14 }
15 }
16
17 handleOpen(targetId) {
18 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected