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

Method constructor

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

Source from the content-addressed store, hash-verified

1291class Example39 extends React.Component<any, any> {
1292 state: any;
1293 constructor(props: any) {
1294 super(props);
1295
1296 this.toggle = this.toggle.bind(this);
1297 this.state = {
1298 dropdownOpen: false,
1299 };
1300 }
1301
1302 toggle() {
1303 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected