const state = {
        cart: {
          addedIds: [1, 2, 3],
          quantityById: {
            1: 4,