This appears to fix a crash I was running into too where I was getting this error: UIView setAnimationsEnabled:] being called from a background thread. Performing any operation from a background thread on UIView or a subclass is not supported and may result in unexpected and insidious behavior. when using a UITextView in a UIViewRepresentable.