indicator-ui 0.0.30 → 0.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7117,7 +7117,7 @@ function CascadeSelector({ value, options, onChange, multiple, defaultAllHidden
7117
7117
  }
7118
7118
  else {
7119
7119
  if (!multiple) {
7120
- onChange && onChange([...newValue]);
7120
+ onChange && onChange([newValue]);
7121
7121
  }
7122
7122
  else {
7123
7123
  onChange && onChange([...prevState, newValue]);