Luis Vegerano
Luis Vegerano
@aadsm can this be merge and released if possible?
A decorator would work the only issue I see so far is the [`willInsertElement`](https://github.com/elwayman02/ember-interactivity/blob/master/addon/mixins/component-interactivity.js#L42) method. Glimmer components don't have this hook.
🤷♂ Still run into some of the same issues. One particular would be tracking component counts. Glimmer components don't have a unique id (not that I was able to find)...
Will this allow the engine router to route to external routes without the necessity of mapping external routes. Our app has a ton of routes. We use engines to share...
Will this affect engines that are getting the router service injected into them from the parent app?
@villander > Will this affect engines that are getting the router service injected into them from the parent app? > > Yes Could you explain (if you can) the type...
I'm running into this issue as well but with `externalRoutes` dependencies. I have an engine that I mount to the host app and also to another engine that is mounted...
You may be right that this may affect other connections. I really did not tested another db connection. I was under the assumption that each connection has a new instance...
I'm having the same issue
@lifeart I switched thanks