lorenzofiamingo / swiftui-cached-async-image

CachedAsyncImage is the simplest way to add cache to your AsyncImage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"EMPTY" printed on empty image state

ImTheSquid opened this issue · comments

There is a print statement here that I don't think should be included because having no URL is a valid state and the print doesn't seem to have any purpose. The current inclusion of the statement spams my console since I use this library to asynchronously load a list of users.

I'd personally like to see it removed or at least have it made toggleable so I don't have to see it.

As of 3/1/22 the master branch has this issue.

Sorry, this should not be present.

Solved in version 2.0.1.