Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert onReceive Usage for @Published Properties on ObservableObject #7

Open
bcapps opened this issue Aug 22, 2023 · 0 comments
Open
Labels
🌈 Feature A functional improvement to the app.

Comments

@bcapps
Copy link
Member

bcapps commented Aug 22, 2023

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 bcapps added the 🌈 Feature A functional improvement to the app. label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌈 Feature A functional improvement to the app.
Projects
None yet
Development

No branches or pull requests

1 participant