There was a problem initializing a component of type skuid__list: Cannot read property '_clientData'

I am getting this error in 12.2.14.

Functionality works great when i am working directly from the included page (if it is loaded directly instead of via a Page Include). But once I try to include this V2 page into another V2 page via the Page Include component the issue starts.

The page include is within a Tab and then within the included page I click to open a panel I am getting the error below:

There was a problem initializing a component of type skuid__list: Cannot read property ‘_clientData’ of undefined

The included page contains a list within a modal panel that seems to be when the error is generated (when the Action to display the modal happens)

Any idea what would cause the error above?

Update: This is a known issue. In V2, If you have a page include that contains a List, that has a row action to open a sliding panel that contains another list, an error is showing and the sliding panel does not open. 

Workaround: Use a modal to contain the nested list rather than a sliding panel.