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

Function handleDisabledOnClick

src/ListGroupItem.js:23–25  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

21};
22
23const handleDisabledOnClick = (e) => {
24 e.preventDefault();
25};
26
27function ListGroupItem(props) {
28 const {

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…