linkmore-design 1.1.34 → 1.1.35

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.
package/dist/index.umd.js CHANGED
@@ -188316,7 +188316,7 @@
188316
188316
  var _getFileList;
188317
188317
 
188318
188318
  return (_getFileList = getFileList()) === null || _getFileList === void 0 ? void 0 : _getFileList.sort(function (a, b) {
188319
- return a.seq - b.seq;
188319
+ return (a === null || a === void 0 ? void 0 : a.seq) - (b === null || b === void 0 ? void 0 : b.seq);
188320
188320
  });
188321
188321
  }, [getFileList]);
188322
188322
 
@@ -188447,7 +188447,7 @@
188447
188447
  var _getFileList;
188448
188448
 
188449
188449
  return (_getFileList = getFileList()) === null || _getFileList === void 0 ? void 0 : _getFileList.sort(function (a, b) {
188450
- return a.seq - b.seq;
188450
+ return (a === null || a === void 0 ? void 0 : a.seq) - (b === null || b === void 0 ? void 0 : b.seq);
188451
188451
  });
188452
188452
  }, [getFileList]);
188453
188453
  var config = React.useMemo(function () {