Match-id-7f5f612322b6696d330d0c879bc995b8fc36a65c

This commit is contained in:
* 2023-01-11 17:40:02 +08:00 committed by *
parent 32310f97ed
commit 5fd818fa33
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),
};