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

Handle Combine Usage within ObservableObject #8

Open
bcapps opened this issue Aug 22, 2023 · 0 comments
Open

Handle Combine Usage within ObservableObject #8

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

Comments

@bcapps
Copy link
Member

bcapps commented Aug 22, 2023

Feature Proposal

Handle Combine usage such as assign(to published:) and internal @Published property observation.

Acceptance Criteria

  • The conversion should convert to assign(to:) to another supported call, and should handle fallbacks for @Published property observation such as either keeping those @published or adding CurrentValueSubject properties that are updated on didSet instead.
@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