@zengenti/contensis-react-base 3.2.3-beta.3 → 3.2.3-beta.4

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.
@@ -3944,7 +3944,7 @@ const webApp = (app, ReactApp, config) => {
3944
3944
  // These keys are used for preparing server-side response headers only
3945
3945
  // and are not required in the client at all except for debugging ssr
3946
3946
  if (!((_selectCurrentSearch = selectCurrentSearch(reduxState)) !== null && _selectCurrentSearch !== void 0 && _selectCurrentSearch.includes('includeApiCalls'))) {
3947
- if (stateType === 'immutable') clonedState = clonedState.deleteIn(['routing'], 'apiCalls').deleteIn(['routing'], 'surrogateKeys');else {
3947
+ if (stateType === 'immutable') clonedState = clonedState.deleteIn(['routing', 'apiCalls']).deleteIn(['routing', 'surrogateKeys']);else {
3948
3948
  delete clonedState.routing.apiCalls;
3949
3949
  delete clonedState.routing.surrogateKeys;
3950
3950
  }