Open
Description
Version
2.6.10
Reproduction link
https://jsfiddle.net/h86atdq4/
Steps to reproduce
Open linked jsfiddle, open console and click toggle.
What is expected?
That the logged destroyed hook count is always 0 similar to the other hooks
What is actually happening?
The destroyed hook count keeps incrementing as it seems to retain hooks from already destroyed components
Note: I didnt check if this also happens with destroyed hook defined on the component itself