Varun
Results
1
issues of
Varun
Using ViewInspector 0.9.1, XCode 13.2.1. If I have the following views: ```swift struct ViewA: View { var body: some View { Text("viewA") NavigationLink("Goto view B", destination: ViewB()) } } struct...
bug