Comparing version 4.2.1 to 4.2.2
@@ -140,3 +140,3 @@ 'use strict'; | ||
value: function updateZIndex(zIndex) { | ||
this.setState(zIndex); | ||
this.setState({ zIndex: zIndex }); | ||
} | ||
@@ -143,0 +143,0 @@ }, { |
{ | ||
"name": "react-rnd", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Resizable and draggable component for React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
13063