untime: Layout Issues: Position and height are ambiguous for UIInputSetContainerView.

User case :

  1. I am using swiftui with UIHostingController on my app.
  2. My entire view is messed up when the keyboard is presented for a text field.
  3. This problem happens if - Keyboard is presented in another controller with UIKit text field and then came to this (SwiftUI) screen and the Keyboard is presented for the swiftUI textfield.