Comparing version 9.0.72 to 9.0.73
{ | ||
"name": "zoid", | ||
"version": "9.0.72", | ||
"version": "9.0.73", | ||
"description": "Cross domain components.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -375,2 +375,7 @@ /* @flow */ | ||
return getDefaultContext(props, context); | ||
}).then(finalContext => { | ||
container = getDefaultContainer(finalContext, container); | ||
if (target !== window && typeof container !== 'string') { | ||
@@ -380,6 +385,2 @@ throw new Error(`Must pass string element when rendering to another window`); | ||
return getDefaultContext(props, context); | ||
}).then(finalContext => { | ||
container = getDefaultContainer(finalContext, container); | ||
return parent.render({ | ||
@@ -386,0 +387,0 @@ target, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3223516