Kevin Doremy

Results 2 comments of Kevin Doremy

@vahotm Try this ![image](https://github.com/peripheryapp/periphery/assets/65405378/654b3c12-d163-4adc-8105-ff67285657c9)

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...