I am loading multiple images with CachedAsynImage, and the problem is when I replace the previous URL with a new one, the previous image is still shown and the component doesn't switch the view to the placeholder
I'm using this init:
CachedAsyncImage(url: , content: , placeholder:)