johnpatrickmorgan / FlowStacks

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

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

Closed DavidKmn closed 2 years ago

DavidKmn commented 2 years 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 2 years ago

Fixed in Xcode 14.1

johnpatrickmorgan commented 2 years ago

Thanks for confirming @DavidKmn !