react-hyphen
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -50,3 +50,5 @@ 'use strict'; | ||
var hyphenateChild = function hyphenateChild(child) { | ||
if (child.type === Hyphenated) { | ||
if (child === null) { | ||
return null; | ||
} else if (child.type === Hyphenated) { | ||
return child; | ||
@@ -53,0 +55,0 @@ } else if (typeof child === 'string') { |
{ | ||
"name": "react-hyphen", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "hyphenate", |
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
6815
60