@zengenti/contensis-react-base 4.0.0-beta.54 → 4.0.0-beta.55

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.
@@ -5066,7 +5066,7 @@ const facetTemplate = {
5066
5066
  state,
5067
5067
  action
5068
5068
  }) => {
5069
- const aggregations = 'aggregations' in result.payload ? result.payload.aggregations : undefined;
5069
+ const aggregations = result.payload && 'aggregations' in result.payload ? result.payload.aggregations : undefined;
5070
5070
  if (!aggregations) return {};
5071
5071
 
5072
5072
  // Handle aggregations client-side where the filter items have loaded
@@ -6160,4 +6160,4 @@ exports.updateSortOrder = updateSortOrder$1;
6160
6160
  exports.useFacets = useFacets;
6161
6161
  exports.useListing = useListing;
6162
6162
  exports.withMappers = withMappers;
6163
- //# sourceMappingURL=sagas-CYcqkymm.js.map
6163
+ //# sourceMappingURL=sagas-BhtMwNPv.js.map