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
Interesting point. It did not even occur to me, that there may be multiple apps running on the same page.
How are other app-instance-specific helpers supposed to behave, when there's multiple app instances?
I'd say in the majority of cases, there's only one app instance per page, so it'd be great if the helper would then default to using that app instance. Or maybe you can set a default context instead of explicitly passing the app in the helper.
So you can do $edb.getAppByName('my-app').lookup('store:main'), etc. I suppose we can have a getMainApp() too, but what does the "main" app really mean?
The text was updated successfully, but these errors were encountered: