technicat / fedicat

moved to codeberg
https://codeberg.org/technicat/fedicat
MIT License
11 stars 1 forks source link

collection view error message at startup #537

Open technicat opened 8 months ago

technicat commented 8 months ago

List failed to visit cell content, returning an empty cell. - SwiftUI/UICollectionViewListCoordinator.swift:373 - please file a bug report.

lukaskubanek commented 8 months ago

Hi there, I just randomly stumbled upon this issue and thought I’d share that I also ran into this log message while working on an iOS app in SwiftUI. In my case, I set an explicit id(…) for a List and this message gets logged when changing that ID and essentially recreating the underlying collection view for the list.

technicat commented 8 months ago

Hi there, I just randomly stumbled upon this issue and thought I’d share that I also ran into this log message while working on an iOS app in SwiftUI. In my case, I set an explicit id(…) for a List and this message gets logged when changing that ID and essentially recreating the underlying collection view for the list.

Thanks for the info!