case ActionType.RootConfigChanged:
return state;
}
...state,
config: {
...state.config,
values: action.replace ? { ...action.config } : { ...state.config.values, ...action.config },
},
};
default: