V8tr / AsyncImage

Asynchronous Image Loading from URL in SwiftUI
https://www.vadimbulavin.com/
The Unlicense
275 stars 36 forks source link

Cannot convert value of type 'Image' to expected argument type '_?' #3

Closed podiyaaa closed 4 years ago

podiyaaa commented 4 years ago

Hi @V8tr

i was going to run your async image project and got following error.

Screenshot 2020-04-12 at 8 48 17 AM
dlepke commented 4 years ago

I also came across this issue. It seems to go away once I comment out the environment variable line, but I need that!

V8tr commented 4 years ago

The latest update fixes the issue. Thanks for posting it here!