-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
bind method used for SwiftUI binding:
The current bind method implementation creates multiple paths to modify Station's state, violating the unidirectional data flow pattern.
To resolve this issue, introducing a dedicated Action to handle state updates should be available just like using pour method.
station.counter.bind(\.counterUpdated)Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request