ywana-core8 0.0.556 → 0.0.557

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.cjs CHANGED
@@ -771,7 +771,7 @@ var Property = function Property(props) {
771
771
 
772
772
  var value2 = value || initial;
773
773
 
774
- if (options && typeof options === 'array') {
774
+ if (options && Array.isArray(options)) {
775
775
  var opt = options.find(function (option) {
776
776
  return option.value == value2;
777
777
  });