if (typeof action.mergeListIds !== 'undefined') {
        warning(
          `You passed the "mergeListId" properties to an UPDATE_RESOURCES action. ` +
            `This property only works for the request action types (such as ` +
            `READ_RESOURCES_PENDING). When using UPDATE_RESOURCES, you must modify the ` +