I'm using Compose Multiplatform in one of our projects and the TextField component has a word behaviours with the cursor butt only in iOS. When we type usually the first character will enter but the cursor will reset back to zero, causing the following characters to be typed before the first one. Has anyone else seen that? Any suggestions on how to debug this? It also seems to happen in some builds even though the code didn't change between them.