Same issue here:
ForEach(collections, id:\.objectID) { collection in
CollectionTile(collection: collection)
}
does not work, or intermittently, throwing the error 'Unable to present, Please file a bug'.
I can work around it by changing ForEach into a List but then the UI is not exactly what I want.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: