Comparing version 0.21.11 to 0.21.12
@@ -1850,5 +1850,6 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
element = getConstructor(element) | ||
if (typeof element === 'function') { | ||
if (element.with) | ||
return element.with(props) | ||
if (element === 'function') | ||
return element(props) | ||
} | ||
throw Error('Unrecognize element type') | ||
@@ -1855,0 +1856,0 @@ } |
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.11", | ||
"version": "0.21.12", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,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
976981
12091