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

Method constructor

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

Source from the content-addressed store, hash-verified

5166
5167class Example129 extends React.Component<any, any> {
5168 constructor(props: any) {
5169 super(props);
5170
5171 this.toggle = this.toggle.bind(this);
5172 this.state = {
5173 dropdownOpen: false,
5174 };
5175 }
5176
5177 toggle() {
5178 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected