I had some issue but I'm not sure if it was in relation to the NavigationStack or .sheets, it was freezing, not crashing, and it only happened on macOS. Could not figure out the problem, eventually worked around it by adding a slight delay

Reply to this note

Please Login to reply.

Discussion

I took a look at the code and it seems you have a TabView inside a NavigationStack, could be related to this. I think the TabView should be the top most View and then you can have different NavigationStacks for each tab

hmm thanks will try that