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

Method constructor

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

Source from the content-addressed store, hash-verified

3115class Example79 extends React.Component<any, any> {
3116 state: any;
3117 constructor(props: any) {
3118 super(props);
3119
3120 this.toggle = this.toggle.bind(this);
3121 this.state = {
3122 dropdownOpen: false,
3123 };
3124 }
3125
3126 toggle() {
3127 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected