@luck-design-biz/luckda 0.0.16-3 → 0.0.16-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -371,9 +371,10 @@ var UploadGridForm = function UploadGridForm(_ref) {
371
371
  }
372
372
  }))));
373
373
  };
374
- UploadGridForm.displayName = 'GridForm';
375
- export default /*#__PURE__*/forwardRef(function (props, ref) {
374
+ var Com = /*#__PURE__*/forwardRef(function (props, ref) {
376
375
  return /*#__PURE__*/React.createElement(UploadGridForm, _extends({
377
376
  wrapperRef: ref
378
377
  }, props));
379
- });
378
+ });
379
+ export default Com;
380
+ Com.displayName = 'GridForm';
@@ -379,10 +379,11 @@ var UploadGridForm = function UploadGridForm(_ref) {
379
379
  }
380
380
  }))));
381
381
  };
382
- UploadGridForm.displayName = 'GridForm';
383
- var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
382
+ var Com = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
384
383
  return /*#__PURE__*/_react.default.createElement(UploadGridForm, (0, _extends2.default)({
385
384
  wrapperRef: ref
386
385
  }, props));
387
386
  });
388
- exports.default = _default;
387
+ var _default = Com;
388
+ exports.default = _default;
389
+ Com.displayName = 'GridForm';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luck-design-biz/luckda",
3
- "version": "0.0.16-3",
3
+ "version": "0.0.16-4",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",