We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
based on the @ryanto's video https://embermap.com/topics/memory-leaks/do-i-have-a-memory-leak (thanks), I've found that this add-on is leaking container in tests in our application.
I've created this branch https://github.com/bobisjan/ember-memory-leaks/tree/ember-angle-bracket-invocation-polyfill, which reproduces the issue.
new app without add-on
new app with add-on
I'll try to deep dive into this, but I'm not familiar with these internals 🙈.
Thanks for this add-on 🤩.
The text was updated successfully, but these errors were encountered:
It looks that the problem is with assignment of _splattributes onto global BUILTIN_MODIFIERS.
Sorry, something went wrong.
759675d
No branches or pull requests
Hi,
based on the @ryanto's video https://embermap.com/topics/memory-leaks/do-i-have-a-memory-leak (thanks), I've found that this add-on is leaking container in tests in our application.
I've created this branch https://github.com/bobisjan/ember-memory-leaks/tree/ember-angle-bracket-invocation-polyfill, which reproduces the issue.
new app without add-on
new app with add-on
I'll try to deep dive into this, but I'm not familiar with these internals 🙈.
Thanks for this add-on 🤩.
The text was updated successfully, but these errors were encountered: