MCPcopy Index your code
hub / github.com/docker/getting-started / Popper

Function Popper

app/src/static/js/react-bootstrap.js:2257–2267  ·  view source on GitHub ↗
(_ref)

Source from the content-addressed store, hash-verified

2255var placements = popper["a" /* default */].placements;
2256
2257function Popper(_ref) {
2258 var referenceElement = _ref.referenceElement,
2259 props = objectWithoutPropertiesLoose_default()(_ref, ["referenceElement"]);
2260
2261 return external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"](ManagerContext.Consumer, null, function (_ref2) {
2262 var referenceNode = _ref2.referenceNode;
2263 return external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"](Popper_InnerPopper, extends_default()({
2264 referenceElement: referenceElement !== undefined ? referenceElement : referenceNode
2265 }, props));
2266 });
2267}
2268// EXTERNAL MODULE: ./node_modules/warning/warning.js
2269var warning = __webpack_require__(21);
2270var warning_default = /*#__PURE__*/__webpack_require__.n(warning);

Callers

nothing calls this directly

Calls 3

classCallCheckFunction · 0.85
_extendsFunction · 0.85
isFunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…