johnpatrickmorgan / FlowStacks

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

Fix issue related to publishing updates within Node View updates #48

Closed DavidKmn closed 1 year ago

DavidKmn commented 1 year ago

I ran into the same issue after running personal projects on Xcode 14.0 beta 6. You can trigger this every time on versions Xcode 14.0 beta 5 and above if you dismiss a sheet/cover/navigate back.

Interesting discussion in Apple forums relating to the same issue: https://developer.apple.com/forums/thread/711899

Related issue: #43

DavidKmn commented 1 year ago

Fixed in Xcode 14.1

johnpatrickmorgan commented 1 year ago

Thanks for confirming @DavidKmn !