-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
fix(v-on): add removing all dom event listeners when vnode destroyed #10085
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... |
Hi all, |
I'm sure this is useful |
Is this planned for release? We are still patching this in our solution |
@posva, could you please let us know by when this fix would be made available? |
@posva same facing this problem, when this fix would be made available? |
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. |
any update for this PR? |
Still waiting :) |
Hi @posva, my team also encountered this problem. And I have tested this patch, it works! |
When will it be released? |
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. |
Anything on this one? |
when is the release expected? |
Is this available if we use the ^2.7.0 version or in which version to find this fix? |
I would like to know when 2.6.15 will be released |
Awesome!!! 🚀 |
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:
dev
branch for v2.x (or to a previous version branch), not themaster
branchfix #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: