Tim van den Eijnden
Tim van den Eijnden
I'm interested too, i'm building an app with a semi transparent window that's on top of other applications but mouseevents need to get through to the other applications.
I'm facing the same issue. We can create a new store and call ```js newStore.registerModule('users', { ...existingStore._modules.root._children.users._rawModule, state: existingStore.state.users} ); ``` Then the reactivity works. But it's still not ideal...
Might be fixed by https://github.com/dependents/node-dependency-tree/pull/107
Yes this also worked great for me!
I would really like this too 👍
I see there are no updates in this issue for a while now... Also got this issue since I've upgraded to stretch Hardware: `Rpi3` OS `Raspbian 9.6 (stretch)` Kernel: `Linux...
We've also have this issue with a webview containing a flash element, also in 1.4.15 & 1.6beta
Maybe it has to do something with ember.js moving from bower to the npm module ember-source?
Thanks for the update, no rush! With the quick fix 👍 by @rwwagner90 we can move forward!
Ember-cli 2.12.1 has been released which fixes this issue: https://github.com/ember-cli/ember-cli/releases/tag/v2.12.1