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

Function toggle

src/UncontrolledTooltip.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 toggle() {
17 this.setState((prevState) => ({ isOpen: !prevState.isOpen }));
18 }
19
20 render() {
21 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…