Open
Description
Feature Proposal
Convert onReceive
references in SwiftUI views to use another view modifier instead now that properties will no longer be publishers. Something like onChange
could work instead.
Acceptance Criteria
- Any
onReceive
that references a formerly@Published
property on anObservableObject
should now be a different view modifier that preserves the same functionality
Activity