@kengic/core.react 0.0.1-beta.5 → 0.0.1-beta.6

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.
@@ -47203,7 +47203,9 @@ function yj(e = "") {
47203
47203
  Cs.dispatch(Bre({ id: e }));
47204
47204
  },
47205
47205
  set(t) {
47206
- FS(`${e} | doKgWorkStation | set() | 进入`), this.onMount(async () => (FS(`${e} | doKgWorkStation | set() | 派发 set 动作`), Cs.dispatch(zre({ fn: t, id: e })), !1), !0);
47206
+ FS(`${e} | doKgWorkStation | set() | 进入`), this.onMount(async () => (FS(`${e} | doKgWorkStation | set() | 派发 set 动作`), setTimeout(() => {
47207
+ Cs.dispatch(zre({ fn: t, id: e }));
47208
+ }), !1), !0);
47207
47209
  },
47208
47210
  store: Cs,
47209
47211
  subscribe(t) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.1-beta.5",
3
+ "version": "0.0.1-beta.6",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",