beforeDestroy is not working when v-if="true"
Version
3.0.0-rc.10
Reproduction link
https://jsfiddle.net/xxholly32/w7k8vzng/53/
Steps to reproduce
push hide
button
What is expected?
no console.log and change my-component`s status
What is actually happening?
should handler beforeDestroy()
What do you mean? do you need https://v3.vuejs.org/api/options-lifecycle-hooks.html#beforeunmount ?