ObservableConverter icon indicating copy to clipboard operation
ObservableConverter copied to clipboard

Convert `onReceive` Usage for `@Published` Properties on `ObservableObject`

Open bcapps opened this issue 1 year ago • 0 comments

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 an ObservableObject should now be a different view modifier that preserves the same functionality

bcapps avatar Aug 22 '23 14:08 bcapps