-
Notifications
You must be signed in to change notification settings - Fork 204
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
Fix behavior when tapping more detail button on EventMapView #828
Conversation
|
||
public init() { } | ||
} | ||
|
||
public enum Action { | ||
public enum Action: BindableAction { | ||
case binding(BindingAction<State>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this parameter unused?
.binding below appears to not need or use any parameters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is necessary code to bind reducer's state at TCA.
ref: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/bindings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood. Comment withdrawn.
I forgot to add test case, so I added it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
LGTM👍
Issue
Overview (Required)
Links
Movie (Optional)
2024-08-27.23.43.37.mov
2024-08-27.23.37.58.mov