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
2.5.2
https://jsfiddle.net/opzzsudp/
The Vue instance and the references it contains should be freed for garbage collection
The target variables here or here hang onto references and prevent garbage collection
target
I have a fix ready for this and will be filing a PR shortly
The text was updated successfully, but these errors were encountered:
c355319
fix: clean up target variables to avoid memory leaks (vuejs#6932)
fa26c94
fix vuejs#6931
a7d9898
42228cc
9fe3317
No branches or pull requests
Version
2.5.2
Reproduction link
https://jsfiddle.net/opzzsudp/
Steps to reproduce
What is expected?
The Vue instance and the references it contains should be freed for garbage collection
What is actually happening?
The
target
variables here or here hang onto references and prevent garbage collectionI have a fix ready for this and will be filing a PR shortly
The text was updated successfully, but these errors were encountered: