ember-jquery
ember-jquery copied to clipboard
I have been investigating a memory leak in one of our apps and I’ve noticed that as soon as I add `@ember/jquery` to a new ember project, I start to...
Largely inspired by `ember-native-dom-event-dispatcher`.
We have this code in one of our components ``` const [element] = this.$('.test-selector'); ``` This worked fine until we started adding `@ember/jquery` in our application. When using this addon,...
Following some discussions on Discord it is still not entirely clear what the way forward should be. I'm attempting to write down the current situation here and would welcome comment...
Let me know if I should deprecate https://www.npmjs.com/package/ember-jquery or give ownership over to you. Although I assume you'd publish this as something like `@ember/jquery`, avoiding confusion over my package is...