You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the @Injected property wrapper inside a class marked with @Observable macro which is part of the Swift Observation framework, I get the compile time error listed in the screenshot:
however, when I remove the @Observable macro and use the regular ObservableObject protocol adoption there is no error reported.