Since updating to Xcode 14 the SwiftUI canvas is behaving differently.
I'm have files that are a fixed size and I am trying to preview them by adding
.previewLayout(PreviewLayout.fixed(width: width,height: height))
to the preview view.
Previously the behaviour was that I would see the canvas the expected width of view. Now I'm seeing the preview in a device.
Is there a way I can get this to work as expected again?