Navigation Link Detail Screen

Hello,
I have a Master-Detail application that is utilizing a Navigation View with the DoubleColumnNavigationViewStyle. On the iPad everything works as expected. I am able to open a Detail page, and then within that detail page I have a 2nd list with more Navigation links. These links function properly and allow the user to continue with navigation.
When I build the project for Mac using Catalyst, the Navigation links fail on the Detail page. If I wrap the Detail page in a 2nd Navigation view the functionality is present, but it adds a 3rd column.