Subject of the issue
There is currently no uniform way of fetching a component view from the Adapt.componentStore as the format is mixed between ViewModel instances and { view: View, model: Model } instances.
Steps to reproduce
Adapt.componentStore.hotgraphic.view || Adapt.componentStore.hotgraphic
Expected behaviour
Adapt.getViewClass('hotgraphic') === View || ViewModel
Subject of the issue
There is currently no uniform way of fetching a component view from the
Adapt.componentStoreas the format is mixed betweenViewModelinstances and{ view: View, model: Model }instances.Steps to reproduce
Adapt.componentStore.hotgraphic.view || Adapt.componentStore.hotgraphicExpected behaviour
Adapt.getViewClass('hotgraphic') === View || ViewModel