react-vant-nova 1.1.4-test → 1.1.5-test
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.
|
@@ -5761,8 +5761,10 @@ const ToastObj = (p) => {
|
|
|
5761
5761
|
});
|
|
5762
5762
|
};
|
|
5763
5763
|
render(/* @__PURE__ */ React.createElement(TempToast, null), container);
|
|
5764
|
-
console.log("
|
|
5765
|
-
|
|
5764
|
+
console.log("render(<TempToast />, container)");
|
|
5765
|
+
setTimeout(() => {
|
|
5766
|
+
return update;
|
|
5767
|
+
}, 300);
|
|
5766
5768
|
};
|
|
5767
5769
|
function parseOptions(message) {
|
|
5768
5770
|
if (isObject(message)) {
|
|
@@ -12320,8 +12320,10 @@
|
|
|
12320
12320
|
});
|
|
12321
12321
|
};
|
|
12322
12322
|
render(/* @__PURE__ */ React__default["default"].createElement(TempToast, null), container);
|
|
12323
|
-
console.log("
|
|
12324
|
-
|
|
12323
|
+
console.log("render(<TempToast />, container)");
|
|
12324
|
+
setTimeout(() => {
|
|
12325
|
+
return update2;
|
|
12326
|
+
}, 300);
|
|
12325
12327
|
};
|
|
12326
12328
|
function parseOptions(message) {
|
|
12327
12329
|
if (isObject$1(message)) {
|