@KMacTexas
I would say the OP's problem was this error log record: "CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them"
I tried your suggestion and in this case it has no effect, the mentioned error log is still being generated.
TextField("Enter your text for printing ...", text: $textProperty.text).introspect(.textField, on: .macOS(.v14, .v15)) { view in
view.clipsToBounds = true
}