You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature Proposal
Handle Combine usage such as
assign(to published:)
and internal@Published
property observation.Acceptance Criteria
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 ondidSet
instead.The text was updated successfully, but these errors were encountered: