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
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.
Subject of the issue
There is currently no uniform way of fetching a component view from the
Adapt.componentStore
as the format is mixed betweenViewModel
instances and{ view: View, model: Model }
instances.Steps to reproduce
Adapt.componentStore.hotgraphic.view || Adapt.componentStore.hotgraphic
Expected behaviour
Adapt.getViewClass('hotgraphic') === View || ViewModel
The text was updated successfully, but these errors were encountered: