unable to debug issue caused by SwiftUI

Debugging an issue caused by SwiftUI is quite tough, a few of our users have been complaining of a crash.

The crash logs have a couple of different issues the two most prominent being,

  1. ViewCache.commitPlacedChildren(from:to:)
  2. StackLayout.UnmanagedImplementation.placeChildren1(in:minorProposalForChild:)

Unable to identify what's causing the crash as can't easily replicate this and the logs aren't helping.

Any pointers will be very much appreciated.