JuniperPhoton

Results 13 comments of JuniperPhoton

I have tried a method to avoid this issue. When fetching data: use a dedicated `ModelContext` to fetch data. By default the `@Query` Marco uses `MainContext` to fetch data. ```swift...

There is a workaround posted before(see my previous comment). It's fine by me for now because I won't use SwiftData for production because supporting only iOS 17 will have very...

Actually you can use [modelContext](https://developer.apple.com/documentation/SwiftUI/View/modelContext(_:)) modifier to set the context to be used in `@Query`. Even if you are creating your own `ModelContext` there is no need to abandon the...