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
Hi, @airatlovesmusic
Sorry for a long reply. We usually use combineLatest or withLatestFrom for this type of use cases. However, note that this is not recommended for more than two features, as this tend to complicate logic of binding and transformations.
How can I handle multiple Feature to View bindings? Where ViewModels should be merged into one to render in View? Do you have any examples of this?
The text was updated successfully, but these errors were encountered: