This shouldn't happen.
It doesn't matter if isAnimationEnabled is set to true or false.
Example:
URLImageSourceView(
imageUrl,
isAnimationEnabled: false,
label: Text("title")
)
.animation(Animation.linear(duration: 1).repeatForever(autoreverses: false))