@unsetsoft/ryunixjs 0.2.5 → 0.2.6-alpha.1

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.
Files changed (2) hide show
  1. package/lib/dom.js +1 -0
  2. package/package.json +1 -1
package/lib/dom.js CHANGED
@@ -185,6 +185,7 @@ function commitWork(fiber) {
185
185
  } else if (fiber.effectTag === "DELETION") {
186
186
  cancelEffects(fiber);
187
187
  commitDeletion(fiber, domParent);
188
+ return;
188
189
  }
189
190
 
190
191
  commitWork(fiber.child);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsetsoft/ryunixjs",
3
- "version": "0.2.5",
3
+ "version": "0.2.6-alpha.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/Ryunix.js",
6
6
  "private": false,