TIL a #swiftui `.inspector` can simply crash your program when you try to resize it (on macOS at least).

Not to mention that it can easily mess up the layout of views that are inside it.

I'm having to build a custom sidebar to bypass this... and for my use case I actually like it better than the regular inspector.