mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
npm and composer
This commit is contained in:
5
conf/site/node_modules/react-bootstrap/esm/DropdownItem.js
generated
vendored
5
conf/site/node_modules/react-bootstrap/esm/DropdownItem.js
generated
vendored
@@ -29,9 +29,10 @@ var DropdownItem = React.forwardRef(function (_ref, ref) {
|
||||
var navContext = useContext(NavContext);
|
||||
|
||||
var _ref2 = navContext || {},
|
||||
activeKey = _ref2.activeKey;
|
||||
activeKey = _ref2.activeKey; // TODO: Restrict eventKey to string in v5?
|
||||
|
||||
var key = makeEventKey(eventKey || null, href);
|
||||
|
||||
var key = makeEventKey(eventKey, href);
|
||||
var active = propActive == null && key != null ? makeEventKey(activeKey) === key : propActive;
|
||||
var handleClick = useEventCallback(function (event) {
|
||||
// SafeAnchor handles the disabled case, but we handle it here
|
||||
|
||||
Reference in New Issue
Block a user