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

Method constructor

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

Source from the content-addressed store, hash-verified

3359class Example85 extends React.Component<any, any> {
3360 state: any;
3361 constructor(props: any) {
3362 super(props);
3363
3364 this.toggle = this.toggle.bind(this);
3365 this.state = {
3366 popoverOpen: false,
3367 };
3368 }
3369
3370 toggle() {
3371 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected