Comparing version 0.0.0-beta.21 to 0.0.0-beta.22
@@ -255,2 +255,8 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
} | ||
else { | ||
if (!!state.expandedKeys) { | ||
state.options = this.getOptions(state.expandedKeys); | ||
state = Object.assign(Object.assign({}, state), this.update(state.options)); | ||
} | ||
} | ||
if (Object.keys(state).length > 0) { | ||
@@ -257,0 +263,0 @@ this.setState(state, this.resize); |
@@ -449,2 +449,7 @@ "use strict"; | ||
} | ||
} else { | ||
if (!!state.expandedKeys) { | ||
state.options = this.getOptions(state.expandedKeys); | ||
state = Object.assign(Object.assign({}, state), this.update(state.options)); | ||
} | ||
} | ||
@@ -451,0 +456,0 @@ |
{ | ||
"name": "frc-ui", | ||
"version": "0.0.0-beta.21", | ||
"version": "0.0.0-beta.22", | ||
"description": "React Web UI", | ||
@@ -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
142213
3502