@appbaseio/reactivesearch-vue 1.16.0-alpha.52 → 1.16.0-alpha.53

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.
@@ -6010,7 +6010,7 @@
6010
6010
  }
6011
6011
 
6012
6012
  var componentsToReset = {};
6013
- var isResultComponent = [constants$1.componentTypes.reactiveList, constants$1.componentTypes.reactiveMap].includes(props[component].componentType);
6013
+ var isResultComponent = [constants$1.componentTypes.reactiveList, constants$1.componentTypes.reactiveMap].includes(props[component] && props[component].componentType);
6014
6014
  var previousValue = selectedValues[component] && selectedValues[component].value;
6015
6015
 
6016
6016
  if (!(0, helper.isEqual)(previousValue, value) && props[component] && !isResultComponent) {
@@ -34485,7 +34485,7 @@
34485
34485
  });
34486
34486
  }
34487
34487
 
34488
- var version = "1.16.0-alpha.52";
34488
+ var version = "1.16.0-alpha.53";
34489
34489
 
34490
34490
  var _templateObject$p, _templateObject2$b;
34491
34491