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

Method constructor

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

Source from the content-addressed store, hash-verified

4126class Example103 extends React.Component<any, any> {
4127 state: any;
4128 constructor(props: any) {
4129 super(props);
4130
4131 this.toggle = this.toggle.bind(this);
4132 this.state = {
4133 tooltipOpen: false,
4134 };
4135 }
4136
4137 toggle() {
4138 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected