This is the correct answer. To be clear:
(1) Yes there is a mistake in the tutorial.
(2) This fix needs to be applied to LandmarkList.swift. On line 15, change "landmarks.filter { landmark in" into "modelData.landmarks.filter { landmark in"
(3) Thank you to @ayee999
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: