
Fix a SwiftUI List ForEach Preview crash on macOS
If a macOS SwiftUI Preview crashes inside List ForEach, adding AnyView(EmptyView()) can work around the failure.

If a macOS SwiftUI Preview crashes inside List ForEach, adding AnyView(EmptyView()) can work around the failure.