IBSegueAction to UIHostingController not getting called on TableView rows when tapped

I am having trouble with Beta 4 in a UITableViewController where I am trying to connect an IBSegueAction to a UIHostingController from the tableivew prototype cells. It connects from the storyboard to the code okay, but never gets called when I run in the simulator and tap on a cell row.


The table view is a group tableview and has multiple secitons. The cells are registered using the tableView.register(UINib...

IBSegueAction to UIHostingController not getting called on TableView rows when tapped
 
 
Q