ink-select-input
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -18,3 +18,3 @@ "use strict"; | ||
react_1.useEffect(() => { | ||
if (!isEqual(previousItems.current, items)) { | ||
if (!isEqual(previousItems.current.map(item => item.value), items.map(item => item.value))) { | ||
setRotateIndex(0); | ||
@@ -21,0 +21,0 @@ setSelectedIndex(0); |
{ | ||
"name": "ink-select-input", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Select input component for Ink", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
12204