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
Example code to reproduce:
struct AsyncImageDemoView: View { let url = URL(string: "https://placekitten.com/200/300") var body: some View { if let url { Text("URL: \(url)") WebImage(url: url) .drawingGroup() } } }
The text was updated successfully, but these errors were encountered:
I guess this issue was solved in 3.0.4 via #316
Sorry, something went wrong.
onAppear
It works in 3.0.4 - thank you!
Successfully merging a pull request may close this issue.
Example code to reproduce:
The text was updated successfully, but these errors were encountered: