Why does SwiftData hang when using a predicate?
For some reason, when using a predicate, my app freezes and hangs. It works fine with just @Query private var items: [Item]
For some reason, when using a predicate, my app freezes and hangs. It works fine with just @Query private var items: [Item]