I found a typo in Asynchronous Programming
with SwiftUI and Combine.
What is wrong
After extracting the view, it is references with the name BookRowView even though we haven't changed the name of the view yet:
- Inside BookRowView, declare a new property named book of type Book.
What's the correct spelling
ExtractedView
I found a typo in Asynchronous Programming with SwiftUI and Combine.
What is wrong
After extracting the view, it is references with the name
BookRowVieweven though we haven't changed the name of the view yet:What's the correct spelling
ExtractedView