bug报告,当teleport组件的prop disabled为true时,会发生内存泄漏
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
当CustomComponent嵌套在Teleport中,并且Teleport的prop disabled为true时,当我单击“销毁CustomComponent”的按钮后,CustomComponent组件中的onUnmounted生命周期不触发,造成内存泄漏
What is expected?
CustomComponent组件中的onUnmounted生命周期应该触发
What is actually happening?
查看源码后,发现可能是!isTeleportDisabled(props)判断导致的,如下图
System Info
No response
Any additional comments?
No response
duplicate question https://github.com/vuejs/core/issues/6347