henrybuilt-react-library
Advanced tools
Comparing version 1.0.30 to 1.0.31
{ | ||
"name": "henrybuilt-react-library", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "maxhudson", |
@@ -40,3 +40,3 @@ import {_, Component, PropTypes} from 'components'; | ||
if (valueWasConstrained && constrainedValue === this.state.oldValue) { | ||
if (valueWasConstrained && this.state.oldValue !== undefined && value !== undefined && constrainedValue === this.state.oldValue) { | ||
this.setState({forceUpdateKey: this.createUuid()}); | ||
@@ -43,0 +43,0 @@ } |
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
9970575