Comparing version 0.1.2 to 0.1.3
@@ -70,3 +70,3 @@ "use strict"; | ||
if (_this.isVdomRendered) | ||
dom_1.patch(rootVNode, _this.rootElement.lastChild); | ||
dom_1.patch(rootVNode, _this.rootElement.lastElementChild); | ||
else { | ||
@@ -73,0 +73,0 @@ _this.rootElement.appendChild(dom_1.patch(rootVNode)); |
{ | ||
"name": "pickle-ts", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "pickle", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65285