MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / constructor

Method constructor

types/reactstrap-tests.tsx:1363–1370  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

1361class Example43 extends React.Component<any, any> {
1362 state: any;
1363 constructor(props: any) {
1364 super(props);
1365
1366 this.toggle = this.toggle.bind(this);
1367 this.state = {
1368 dropdownOpen: false,
1369 };
1370 }
1371
1372 toggle() {
1373 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected