DisplayRootView<MenuView>() does not find the matching view model MenuViewModel.
Using DisplayRootViewFor<MenuViewModel> does find the appopreate view.. can't figure out what i'm missing.
I'm using the boostrapper from the sample project.
Cheers
Comments: Not an issue, the view in question had a data context set so Frame Adapter did not create view model.
Using DisplayRootViewFor<MenuViewModel> does find the appopreate view.. can't figure out what i'm missing.
I'm using the boostrapper from the sample project.
Cheers
Comments: Not an issue, the view in question had a data context set so Frame Adapter did not create view model.