PopupContent.js 313 B

1234567891011
  1. import * as React from 'react';
  2. var PopupContent = /*#__PURE__*/React.memo(function (_ref) {
  3. var children = _ref.children;
  4. return children;
  5. }, function (_, next) {
  6. return next.cache;
  7. });
  8. if (process.env.NODE_ENV !== 'production') {
  9. PopupContent.displayName = 'PopupContent';
  10. }
  11. export default PopupContent;