Generic struct ‘ObservedObject’ requires that …. conform to ‘ObservableObject’
I’m not sure what I am missing but I am trying to make use of an
ObservableObject
to update items in my view after an API call has run, however I keep getting the above error message.