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

Method constructor

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

Source from the content-addressed store, hash-verified

2611class ModalExample72 extends React.Component<any, any> {
2612 state: any;
2613 constructor(props: any) {
2614 super(props);
2615 this.state = {
2616 modal: false,
2617 };
2618
2619 this.toggle = this.toggle.bind(this);
2620 }
2621
2622 toggle() {
2623 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected