single-spa
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -369,3 +369,3 @@ 'use strict'; | ||
app.parsedDom = dom; | ||
app.parsedDom = document.importNode(dom.documentElement, true); | ||
resolve(); | ||
@@ -372,0 +372,0 @@ } |
{ | ||
"name": "single-spa", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Multiple applications, one page", | ||
@@ -5,0 +5,0 @@ "main": "dist/single-spa.js", |
@@ -339,3 +339,3 @@ let appLocationToApp = {}; | ||
app.parsedDom = dom; | ||
app.parsedDom = document.importNode(dom.documentElement, true); | ||
resolve(); | ||
@@ -342,0 +342,0 @@ |
Sorry, the diff of this file is not supported yet
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
80380