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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  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" ? m = t.callCustomMethod(u, c) : p === "customSlotMethod" || console.assert(!1);
8498
- s(t.nativeToPseudo(m)), t.run();
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);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.69",
4
+ "version": "0.8.70",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",