@twostraws Hey 👋
(Loving HWS+ thank you so much!)
The new Swift 6 article says
“If you want to use that from a SwiftUI view using @StateObject, you must also mark the view with @MainActor from Swift 6 and later”
I also read that the View protocol is/will be marked as MainActor, so I had thought we wouldn’t need to manually mark views.
If conforming to View adds main actor why do you still need to manually mark it?
Sorry if I’ve misread something, thanks so much for the article!