Asynchronous-Programming-with-SwiftUI-and-Combine icon indicating copy to clipboard operation
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard

Chapter 2, Book is already Identifiable in the starter project

Open dasdom opened this issue 2 years ago • 0 comments

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:

  1. Download the book code repo
  2. Open the starter project of Chapter 2
  3. Navigate to Book.swift

Expected behavior Book is not Identifiable. There is no id property

dasdom avatar Jan 27 '23 15:01 dasdom