rc-cascader
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -54,3 +54,3 @@ 'use strict'; | ||
} | ||
if (!nextProps.visible) { | ||
if (nextProps.visible) { | ||
this.setState({ | ||
@@ -57,0 +57,0 @@ activeValue: this.state.value |
{ | ||
"name": "rc-cascader", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "cascade select ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
26728