Comparing version 8.0.1-beta.2 to 8.0.1-beta.3
@@ -349,3 +349,6 @@ /* eslint-disable */ | ||
case "textContent": | ||
node[key] = value | ||
if (isVisibleChild(value)) { | ||
node[key] = value | ||
} | ||
return | ||
@@ -352,0 +355,0 @@ |
@@ -199,3 +199,6 @@ /* eslint-disable */ | ||
case "textContent": | ||
node[key] = value | ||
if (isVisibleChild(value)) { | ||
node[key] = value | ||
} | ||
return | ||
@@ -202,0 +205,0 @@ |
{ | ||
"name": "jsx-dom", | ||
"version": "8.0.1-beta.2", | ||
"version": "8.0.1-beta.3", | ||
"description": "JSX to document.createElement.", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"csstype": "^3.0.8" | ||
"csstype": "^3.0.9" | ||
}, | ||
@@ -18,0 +18,0 @@ "eslintIgnore": [ |
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
107105
2913
Updatedcsstype@^3.0.9