export class PersistentReduceableReducer<T>
  extends ReduceableReducer<T>
  implements IHydratableReducer<T> {
  rehydrate(
    state: T,