Convert onReceive
Usage for @Published
Properties on ObservableObject
#7
Labels
🌈 Feature
A functional improvement to the app.
Feature Proposal
Convert
onReceive
references in SwiftUI views to use another view modifier instead now that properties will no longer be publishers. Something likeonChange
could work instead.Acceptance Criteria
onReceive
that references a formerly@Published
property on anObservableObject
should now be a different view modifier that preserves the same functionalityThe text was updated successfully, but these errors were encountered: