Match-id-60b68cc529785aaabb6fba1ed9f1d1f2838ce606

This commit is contained in:
* 2023-01-11 17:52:40 +08:00
commit baa9f345a8
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## 0.0.33 (2023-01-11)
- **horizonX-devtool**: 修复IE中报错
## 0.0.32 (2023-01-04)
- **CI**: 生成态输出文件改为horiozn.producion.min.js

View File

@ -4,7 +4,7 @@
"keywords": [
"horizon"
],
"version": "0.0.32",
"version": "0.0.33",
"homepage": "",
"bugs": "",
"main": "index.js",

View File

@ -84,7 +84,7 @@ function getAffectedComponents() {
return {
name: vnode?.type
.toString()
.replace(/\{.*\}/gms, '{...}')
.replace(/\{.*\}/, '{...}')
.replace('function ', ''),
nodeId: window.__HORIZON_DEV_HOOK__.getVnodeId(vnode),
};