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

Method constructor

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

Source from the content-addressed store, hash-verified

503class Example15 extends React.Component<any, any> {
504 state: any;
505 constructor(props: any) {
506 super(props);
507
508 this.toggle = this.toggle.bind(this);
509 this.state = {
510 dropdownOpen: false,
511 };
512 }
513
514 toggle() {
515 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected