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

Method constructor

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

Source from the content-addressed store, hash-verified

3400class PopoverItem extends React.Component<any, any> {
3401 state: any;
3402 constructor(props: any) {
3403 super(props);
3404
3405 this.toggle = this.toggle.bind(this);
3406 this.state = {
3407 popoverOpen: false,
3408 };
3409 }
3410
3411 toggle() {
3412 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected