I had a Sharelink as a ToolbarItem. Tapping wouldn't work. I managed to solve the issue.
The presenting View was in fact a .fullscreenCover. Changing the presenting View to a view from a NavigationStack (called by a NavigationLink) did the trick for me.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: