@joker.front/core 1.2.142 → 1.2.144

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/bundle.es.js CHANGED
@@ -3282,8 +3282,6 @@ class Component {
3282
3282
  this.template = newTemplate;
3283
3283
  }
3284
3284
  if (this.$root === undefined) {
3285
- !this.isKeepAlive &&
3286
- logger.warn(LOGTAG, `组件render时,发现root未定义,无法实现组件渲染,可能是因为该组件已被销毁`);
3287
3285
  //未挂在/已销毁/已压栈,不做rerender
3288
3286
  return;
3289
3287
  }
package/dist/bundle.js CHANGED
@@ -3283,8 +3283,6 @@ class Component {
3283
3283
  this.template = newTemplate;
3284
3284
  }
3285
3285
  if (this.$root === undefined) {
3286
- !this.isKeepAlive &&
3287
- logger.warn(LOGTAG, `组件render时,发现root未定义,无法实现组件渲染,可能是因为该组件已被销毁`);
3288
3286
  //未挂在/已销毁/已压栈,不做rerender
3289
3287
  return;
3290
3288
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joker.front/core",
3
- "version": "1.2.142",
3
+ "version": "1.2.144",
4
4
  "description": "",
5
5
  "main": "./dist/bundle.js",
6
6
  "module": "./dist/bundle.es.js",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "homepage": "jokers.pub",
37
37
  "dependencies": {
38
- "@joker.front/ast": "^1.3.20"
38
+ "@joker.front/ast": "^1.3.22"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@joker.front/library-cli": "^1.2.8",