Auto Layout: frames with 'fill container' set incorrectly change to 'fixed width' upon copy-pasting to an identical auto-layout frame Hi everyone, I’ve been experiencing an issue recently where I’d copy-paste an auto-layout enabled frame into another, and have the pasted frame’s resizing options change from ‘fill-container’ to ‘fixed width’. This affects both the frame I copy-pasted, and all frames nested within it. This applies to both components and non-component frames. For context, I enable auto layout on 99% of my frames, and have set most of the nested frames to ‘fill-container’ to allow for responsiveness. The top frame, typically the size of the desktop/mobile screen determines what size the child frames should resize to. This hasn’t been an issue at all prior to the most recent release; it’s also been inconsistent and unpredictable, so I assume it to be a bug. It’s been a huge nuisance in my team’s workflow – Has anyone else experienced a similar issue or knows how to resolve this?