johnpatrickmorgan / FlowStacks

FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator
MIT License
783 stars 56 forks source link

Fixes crash when count is zero, fixes built error #41

Closed Kondamon closed 1 year ago

Kondamon commented 1 year ago

This fixes a crash and fixes the xcodeProj file since it was not possible to built the project. Screenshot 2022-07-20 at 18 51 25

johnpatrickmorgan commented 1 year ago

Thanks @Kondamon! I was unable to see the package when I opened the project with your changes, but I think I've applied a fix on main that should address the issue. I've also applied your suggestion with its own error message. Thanks for raising this PR!