mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-25 01:58:55 +02:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
@@ -17,7 +17,7 @@ struct ContentView : View {
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
ForEach(state.moviesState.popular) { id in
|
||||
ForEach(state.moviesState.popular, id: \.self) { id in
|
||||
Text(self.state.moviesState.movies[id]?.original_title ?? "No title")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user