react-mixin
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -141,2 +141,4 @@ var mixin = require('smart-mixin'); | ||
reactMixin.onClass = function(reactClass, mixin) { | ||
// we mutate the mixin so let's clone it | ||
mixin = assign({}, mixin); | ||
return mixinClass(reactClass, mixin); | ||
@@ -143,0 +145,0 @@ }; |
{ | ||
"name": "react-mixin", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10653
127