@zengenti/contensis-react-base 3.0.0-beta.44 → 3.0.0-beta.47

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/esm/routing.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { j as actions, r as types } from './actions-5437f43d.js';
2
2
  export { t as selectors } from './selectors-65f0f31c.js';
3
- export { R as RouteLoader } from './RouteLoader-d4b4d320.js';
3
+ export { R as RouteLoader } from './RouteLoader-ab729275.js';
4
4
  import 'jsonpath-mapper';
5
5
  import 'query-string';
6
6
  import 'react';
package/esm/search.js CHANGED
@@ -1667,7 +1667,7 @@ function* doSearch(action) {
1667
1667
  facet: action.facet || ((_action$params = action.params) === null || _action$params === void 0 ? void 0 : _action$params.facet)
1668
1668
  };
1669
1669
 
1670
- if (nextAction.facet && Object.keys(getFacet(state, nextAction.facet, action.context, 'js')).length > 0) {
1670
+ if (nextAction.facet && (action.config || Object.keys(getFacet(state, nextAction.facet, action.context, 'js')).length > 0)) {
1671
1671
  yield put(nextAction); // keep track of this state ref for comparing changes to params later
1672
1672
 
1673
1673
  const ogState = {