Issue showing an alert #3387
Unanswered
easiwriter
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @easiwriter, it seems you are using I am not entirely sure what you are trying to accomplish with this code. It would be best if you provide a full, compiling code snippet that demonstrates the behavior you are seeing. Also, this code does not involve any TCA, and so this seems like a vanilla SwiftUI issue you are having. You may find better help on a more general SwiftUI help forum. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to display an alert with the following code:
where details just contains an error message.
An alert appears with the alert title and an OK button, but the cance, retry and error message are missing. What am I doing wrong?
(I am using Xcode 16 RC and composable architecture 1.15)
Beta Was this translation helpful? Give feedback.
All reactions