Kevin Doremy
Results
2
comments of
Kevin Doremy
@vahotm Try this 
Could it fix the problem ? ```swift let sheetModifiersViews = .init(count: sheetModifiers.count) { index -> UnwrappedView in try sheetModifiers[index].builder(parent, index) } let actionSheetModifiersViews = .init(count: actionSheetModifiers.count) { index -> UnwrappedView...