Open
Description
Vue version
3.4.31
Link to minimal reproduction
Steps to reproduce
- click the button
about
- check the console
What is expected?
The lifecycle hooks and functional ref calls should follow a consistent order regardless of whether the dynamic component is wrapped in Suspense.
What is actually happening?
There is an inconsistency in the order of onMounted, onUnmounted, and updateRef calls when using Suspense
System Info
No response
Any additional comments?
No response