Post

Replies

Boosts

Views

Activity

Reply to SwiftData preview sample code
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) } }
Jun ’23