We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vertical_parameter_alignment_on_call
In the following code, the rule vertical_parameter_alignment_on_call is giving me a warning where I would not expect to see one:
.alert( "Purchase successful", isPresented: .constant(self.viewStore.successfulPurchaseDialogText != nil) ) { Button("Continue") { self.viewStore.send(.workflowCompleted) } } message: { Text(self.viewStore.successfulPurchaseDialogText ?? "") }
Version 0.49.1 Installed vie Homebrew
The text was updated successfully, but these errors were encountered:
It seems to be dup #3581
Sorry, something went wrong.
No branches or pull requests
New Issue Checklist
Describe the bug
In the following code, the rule
vertical_parameter_alignment_on_call
is giving me a warning where I would not expect to see one:Environment
Version 0.49.1
Installed vie Homebrew
The text was updated successfully, but these errors were encountered: