I have this code witch it's working on the device simulator but not in real device iPhone 8 with iOS 16.6. ``` WebImage(url: URL(string: element.icon.url)) .placeholder {ProgressView()}.resizable().frame(width: 22, height: 22).opacity(activitySubtype?.id == element.id ? 1 : 0.4) ``` No error it's reported in console.