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
But this solution works bad on reconfiguration because KoinScopeComponent recreates. So it is needed to use ScopeViewModel instead of KoinScopeComponent but what if I don't want to create new ViewModel. Also are there any solutions to make it without creating root route with navhost?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Lets consider I have this:
My custom contexts:
But this solution works bad on reconfiguration because KoinScopeComponent recreates. So it is needed to use ScopeViewModel instead of KoinScopeComponent but what if I don't want to create new ViewModel. Also are there any solutions to make it without creating root route with navhost?
Beta Was this translation helpful? Give feedback.
All reactions