-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
fix(v-on): add removing all dom event listeners when vnode destroyed #10085
New issue
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
Conversation
Do you know if this also happens in the PROD version? As I am not able to filter by "vue" components in Chrome DevTools. I see the same code as the dev version though...
novakjcn
commented
Feb 14, 2020
Hi all,
I can confirm this fixes the memory leak problem in our app. We have some quite large Vue components so this issue is actually crashing our app after typing inside inputs and reopening some modal windows for example.
Is this planned to be released?
Thanks a lot :)
momodiy
commented
Jul 20, 2020
I'm sure this is useful
suneab
commented
Oct 7, 2020
Is this planned for release? We are still patching this in our solution
aka434112
commented
Oct 14, 2020
@posva, could you please let us know by when this fix would be made available?
songguangyu
commented
Oct 14, 2020
@posva same facing this problem, when this fix would be made available?
SijieCai
commented
Oct 14, 2020
I have waited for this pr and patch fix for a long time, could somebody merge or give some explanation if there are other concern or risk for the pending.
JinPengGeng
commented
Nov 17, 2020
any update for this PR?
suneab
commented
Nov 24, 2020
Still waiting :)
Hi @posva, my team also encountered this problem. And I have tested this patch, it works!
lidaining-web
commented
Jan 17, 2022
When will it be released?
JhonWeawer
commented
Feb 15, 2022
Can anyone tell me when this fix will be released?and why so long? 🙂
Has it been released? 2.6.15 Please let me know the release schedule.
leealso
commented
Sep 2, 2022
Anything on this one?
v1talii-dev
commented
Sep 23, 2022
when is the release expected?
mae-financial-com
commented
Oct 13, 2022
Is this available if we use the ^2.7.0 version or in which version to find this fix?
boy-liutao
commented
Oct 24, 2022
I would like to know when 2.6.15 will be released
zongzi531
commented
Oct 24, 2023
Awesome!!! 🚀
Uh oh!
There was an error while loading. Please reload this page.
Add removing all dom event listeners when vnode destroyed
fixes #10083
fixes #10004
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch for v2.x (or to a previous version branch), not themasterbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: