first commit
This commit is contained in:
18
frontend/node_modules/@rc-component/trigger/lib/Popup/PopupContent.js
generated
vendored
Normal file
18
frontend/node_modules/@rc-component/trigger/lib/Popup/PopupContent.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
|
||||
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var React = _interopRequireWildcard(require("react"));
|
||||
var PopupContent = /*#__PURE__*/React.memo(function (_ref) {
|
||||
var children = _ref.children;
|
||||
return children;
|
||||
}, function (_, next) {
|
||||
return next.cache;
|
||||
});
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
PopupContent.displayName = 'PopupContent';
|
||||
}
|
||||
var _default = exports.default = PopupContent;
|
||||
Reference in New Issue
Block a user