Same.
I find out a solution to avoid it by putting conditions outside like below, but this will lead no animations.
.tabViewBottomAccessory {
if A {
ViewA()
}else{
ViewB()
}
}
I don't think they were really ready to release these new APIs...
Topic:
UI Frameworks
SubTopic:
SwiftUI