You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigator has this constructor public Navigator(UI ui, SingleComponentContainer container) { this(ui, new SingleComponentContainerViewDisplay(container)); }
which allows setting a Panel as view dispaly.
But MprNavigator doesn't have such constructor, so impossible to use a Panel as view display which is a very common use case in v7/8 projects
The text was updated successfully, but these errors were encountered:
Navigator has this constructor
public Navigator(UI ui, SingleComponentContainer container) { this(ui, new SingleComponentContainerViewDisplay(container)); }
which allows setting a Panel as view dispaly.
But MprNavigator doesn't have such constructor, so impossible to use a Panel as view display which is a very common use case in v7/8 projects
The text was updated successfully, but these errors were encountered: