react-hyphen
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -59,3 +59,5 @@ 'use strict'; | ||
return _children ? React.cloneElement(item, props, React.createElement(Hyphenated, null, _children)) : item; | ||
return _children ? React.cloneElement(item, props, React.createElement(Hyphenated, { | ||
language: language | ||
}, _children)) : item; | ||
} | ||
@@ -62,0 +64,0 @@ }); |
{ | ||
"name": "react-hyphen", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
6583
52