Trying to use protocols and TabView in SwiftUI: “Type ‘any ‘ cannot conform to ‘Hashable'”
I am trying to use several objects that conform to a custom protocol in a TabView
with SwiftUI. The problem is, when I write the below code, I get this error on the TabView
: