system-components
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -20,3 +20,7 @@ 'use strict'; | ||
return function () { | ||
return (0, _reactEmotion2.default)(type).apply(undefined, arguments); | ||
return (0, _reactEmotion2.default)(type, { | ||
shouldForwardProp: function shouldForwardProp(name) { | ||
return name !== 'ref' && name !== 'theme'; | ||
} | ||
}).apply(undefined, arguments); | ||
}; | ||
@@ -23,0 +27,0 @@ } |
{ | ||
"name": "system-components", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Create consistent design-system-driven React UI components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
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
11683
142