@semantic-ui/query
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -26,5 +26,5 @@ { | ||
"dependencies": { | ||
"@semantic-ui/utils": "^0.0.37" | ||
"@semantic-ui/utils": "^0.0.38" | ||
}, | ||
"version": "0.0.37" | ||
"version": "0.0.38" | ||
} |
@@ -942,5 +942,5 @@ import { isPlainObject, isString, isArray, isDOM, isFunction, findIndex, inArray, isClient, isObject, each } from '@semantic-ui/utils'; | ||
getComponent() { | ||
const tpls = this.map(el => el.tpl).filter(Boolean); | ||
return tpls.length > 1 ? tpls : tpls[0]; | ||
const components = this.map(el => el.component).filter(Boolean); | ||
return components.length > 1 ? components : components[0]; | ||
} | ||
} |
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
93170
+ Added@semantic-ui/utils@0.0.38(transitive)
- Removed@semantic-ui/utils@0.0.37(transitive)
Updated@semantic-ui/utils@^0.0.38