Hi, I am trying to use the .ignoresSafeArea(.keyboard) modifier on my view in SwiftUI with no luck. I have a VStack embedded in a NavigationStack, both embedded in a ZStack, and have tried it on all three without luck. I tried removing the NavStack, and same result. I also tried it directly on the TextField in my view, and still nothing. I've used this modifier before and know it should be working, so what am I doing wrong?