It seems to be a problem in the #Preview macro.
In the demo app (SampleTrips), I've managed to get it working using the old style previews:
@MainActor
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
.modelContainer(PreviewSampleData.container)
}
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: