iOS 13.4 Crashes app with vague message: precondition failure: type check failed: 101, expected Text, got _HiddenModifier
问题 Sorry to be vague in the description here, but this has caused my app to be completely DOA when a user attempts to use my search feature. This did not happen before iOS 13.4 and the error message is not helpful at all. Cant find any info. Has anyone run into this? where could it be? The app crashes at the point where in my SwiftUI file, I populate the view using a ForEach from an array, which is an observable object: ForEach(self.listArray.searchDataArray, id: \.self) { fetchedData in Ill