x-runtime-lib 0.8.69 → 0.8.70
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.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8494,8 +8494,10 @@ function Su(t) {
|
|
|
8494
8494
|
} else if (p === "multipleRefMethod") {
|
|
8495
8495
|
const y = t.children[d + "/" + a];
|
|
8496
8496
|
y && (m = y.callCustomMethod(u, c));
|
|
8497
|
-
} else p === "customMethod"
|
|
8498
|
-
|
|
8497
|
+
} else p === "customMethod" || p === "customSlotMethod" || console.assert(!1);
|
|
8498
|
+
setTimeout(() => {
|
|
8499
|
+
s(t.nativeToPseudo(m)), t.run();
|
|
8500
|
+
}, 1e3);
|
|
8499
8501
|
}
|
|
8500
8502
|
), t.bindNativeFunction("__getStateV1__", (e) => {
|
|
8501
8503
|
const i = t.pseudoToNative(e), o = t.getState(i);
|