Hey, I've been following a tutorial on how to create a news feed but I am getting these errors. I've tried following the suggestions but they didn't get me anywhere.
Expected expression
You have probably missed something.
code should be lile this (you may declare identifier):
URLImage(url: url,
empty: { EmptyView() },
content: { image, info in
image
.resizable()
.aspectRatio(contentMode: .fill)
})