MCPcopy Index your code
hub / github.com/react-bootstrap/react-bootstrap / handler

Function handler

src/ToggleButtonGroup.tsx:129–129  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

127 const values = getValues();
128 const { value: childVal, onChange: childOnChange } = child.props;
129 const handler = (e) => handleToggle(childVal, e);
130
131 return React.cloneElement(child, {
132 type,

Callers 2

transitionEndListenerFunction · 0.85
handleMouseOverOutFunction · 0.85

Calls 1

handleToggleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…