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

Method constructor

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

Source from the content-addressed store, hash-verified

3170class Example80 extends React.Component<any, any> {
3171 state: any;
3172 constructor(props: any) {
3173 super(props);
3174
3175 this.toggle = this.toggle.bind(this);
3176 this.state = {
3177 dropdownOpen: false,
3178 };
3179 }
3180
3181 toggle() {
3182 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected