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

Method constructor

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

Source from the content-addressed store, hash-verified

5003class Example122 extends React.Component<any, any> {
5004 state: any;
5005 constructor(props: any) {
5006 super(props);
5007
5008 this.toggle = this.toggle.bind(this);
5009 this.state = {
5010 dropdownOpen: false,
5011 };
5012 }
5013
5014 toggle() {
5015 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected