@next-core/brick-kit 2.178.8 → 2.178.10
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.bundle.js +1 -2
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -6701,8 +6701,7 @@ function builtinMessageListenerFactory(method, args, ifContainer, context, runti
|
|
|
6701
6701
|
content: contentNode,
|
|
6702
6702
|
className: "ant-message-notice-".concat(method)
|
|
6703
6703
|
};
|
|
6704
|
-
|
|
6705
|
-
message[method](...processArg);
|
|
6704
|
+
message[method](argProp, ...processArg.slice(1));
|
|
6706
6705
|
};
|
|
6707
6706
|
}
|
|
6708
6707
|
function builtinWebStorageListenerFactory(storageType, method, args, ifContainer, context, runtimeBrick) {
|