miaoda-expo-devkit 0.1.1-beta.14 → 0.1.1-beta.16

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.
@@ -349,7 +349,6 @@ class EditorController {
349
349
  this.stopObservingActiveNode();
350
350
  this.clearSiblingHighlights();
351
351
  removeActiveAttr(this.activeNode);
352
- this.activeNode.remove();
353
352
  this.activeNode = null;
354
353
  postToParent("iframe-node-clear");
355
354
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miaoda-expo-devkit",
3
- "version": "0.1.1-beta.14",
3
+ "version": "0.1.1-beta.16",
4
4
  "description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",