Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
Chapter 2, Book is already Identifiable in the starter project
Describe the bug The book describes on page 57 how to make the Book type identifiable. But in the starter project the Book struct already is Identifiable.
To Reproduce Steps to reproduce the behavior:
- Download the book code repo
- Open the starter project of Chapter 2
- Navigate to Book.swift
Expected behavior Book is not Identifiable. There is no id property