Images are shown without TabView but not with TabView.
Also, I got the log below in Debug Console
[UICollectionViewRecursion] cv == 0x107829812 Disabling recursion trigger logging
How can I fix it?
TabView {
AsyncImage(url: URL(string: "link"))
AsyncImage(url: URL(string: "link"))
}.tabViewStyle(.page)
.frame(height: 300)
.frame(maxWidth: .infinity)