This is completely normal, you are trying to dismiss a view which is the root view of a NavigationView,
You should remove the NavigationView inside your ModalView and also change
self.presentation.value.dismiss() to self.presentation.wrappedValue.dismiss()
Topic:
App & System Services
SubTopic:
Core OS
Tags: