You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the content of ContentView.swift as follows:
import SwiftUI
import QGrid
structItem:Identifiable{letid=UUID()}structContentView:View{letarray=Array(repeating:Item(), count:15)varbody:someView{QGrid(array, columns:3){ value inImage("")// empty image is being used for simplicity. Using real image doesn't prevent the crash}}}structContentView_Previews:PreviewProvider{staticvarpreviews:someView{ContentView()}}
Environment
Steps to reproduce:
ContentView.swift
as follows:What do I expect
The app window resized.
What did I see
The app crashed with the following log:
The text was updated successfully, but these errors were encountered: