my original problem is:
I have a split app, the master view is in the same ui5 project, which is loaded as expected. the detail view is referencing a view exposed by component from another ui5 project, the content of the detail view is not displayed as the height is 0. do you know if there is a decent way to display this detail correctly? for now, I have to place this detail view in an app when exposing.
split app------->master view
|
|________> detail view------------>real detail view from another ui5 project