@symbo.ls/atoms
Advanced tools
Comparing version 2.11.341 to 2.11.345
@@ -10,5 +10,5 @@ 'use strict' | ||
const { __ref: ref } = el | ||
const children = isArray(el.props?.children) | ||
const hasChildren = isArray(el.props?.children) | ||
if (children) param = children | ||
if (hasChildren) param = el.props?.children | ||
else if (!param) return | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.341", | ||
"version": "2.11.345", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "dda6f64ae91be00bcc78bc94b658810c181bc085", | ||
"gitHead": "16dfb3da91effacbd9aa6c6f7e0a6d222c54e83d", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
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
51291