Open kkagura opened 5 months ago
use mode out-in
will trigger mount effect when use unmount
. the mount
effect will be added to effetc quene
https://github.com/vuejs/core/blob/main/packages/runtime-core/src/components/Suspense.ts#L544-L554
maybe this is indeed a bug .
Vue version
3.4.21
Link to minimal reproduction
https://github.com/kkagura/test-unmount
Steps to reproduce
What is expected?
hook onMounted in Page2.vue should not be called when app unmount
What is actually happening?
hook onMounted has been called when app unmount
System Info
Any additional comments?
No response