Hello.
I am trying to use SwiftUI in my pet project and get some strange behaviour:
If I put more than ten subviews into VStack/HStack/ScrollView/List, I got error "Extra argument in call", but there is no extra argument (actually, I get this error if I just add 11 Text("Hello, world!"))
If I put List into ScrollView, this list is not rendered (just empty space instead it), but there is no any error/warning/log messages (like for wrong constraints)
I have wrote simple project - https://github.com/aknew/SwiftUIBugReproducing/tree/main/SwiftUIBugReproducing/Cases to illustrate this behaviour. Actually I have found workarounds, but this cases look like a SwiftUI bug. I misunderstand how I can check this issues are knowns or not and how I should create bug report (I understand that I should use Feedback Assistant, but what category?)
Thanks, Alex