SwiftUI ScrollView with nested Views cannot use ScrollViewProxy scrollTo

Using recursive views, even with each subview housing a single container VStack and .id(), scrollTo does not function. There are no duplicate ids, scrollTo simply does nothing.
SwiftUI ScrollView with nested Views cannot use ScrollViewProxy scrollTo
 
 
Q