MCPcopy Create free account
hub / github.com/docker/getting-started / DropdownMenu_wrapRef

Function DropdownMenu_wrapRef

app/src/static/js/react-bootstrap.js:11518–11526  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

11516
11517
11518var DropdownMenu_wrapRef = function wrapRef(props) {
11519 var ref = props.ref;
11520
11521 props.ref = ref.__wrapped || (ref.__wrapped = function (r) {
11522 return ref(Object(external_root_ReactDOM_commonjs2_react_dom_commonjs_react_dom_amd_react_dom_["findDOMNode"])(r));
11523 });
11524
11525 return props;
11526};
11527
11528var DropdownMenu_propTypes = {
11529 /**

Callers 1

react-bootstrap.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…