johnpatrickmorgan / FlowStacks

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

ios 17.0.3 backToRoot() and goBackTo(index: 0) problems #61

Closed ag-kovalevskiy closed 10 months ago

ag-kovalevskiy commented 11 months ago

on ios 17.0.3 (iphone XS max) when you do backToRoot() or goBackTo(index: 0), then all screens opened via push are closed sequentially one after another. Expected Behavior: go straight to the root screen.

johnpatrickmorgan commented 11 months ago

Thanks @ag-kovalevskiy! I've made a change in version 0.3.5 to address this issue - please let me know if you still see any strange behaviour.