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

Method constructor

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

Source from the content-addressed store, hash-verified

4086class Example102 extends React.Component<any, any> {
4087 state: any;
4088 constructor(props: any) {
4089 super(props);
4090
4091 this.toggle = this.toggle.bind(this);
4092 this.state = {
4093 tooltipOpen: false,
4094 };
4095 }
4096
4097 toggle() {
4098 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected