@next-core/brick-kit 2.178.8 → 2.178.9

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.
@@ -6699,8 +6699,7 @@
6699
6699
  content: contentNode,
6700
6700
  className: "ant-message-notice-".concat(method)
6701
6701
  };
6702
- processArg[0] = argProp;
6703
- antd.message[method](...processArg);
6702
+ antd.message[method](argProp, ...processArg.slice(1));
6704
6703
  };
6705
6704
  }
6706
6705
  function builtinWebStorageListenerFactory(storageType, method, args, ifContainer, context, runtimeBrick) {