props Not updated in time
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
1、open Chrome Console
What is expected?
print Samsung print Samsung
What is actually happening?
print Apple print Samsung
System Info
No response
Any additional comments?
No response
I think this is expected because the task of updating the component after the props change is done in a queue. cc @LinusBorg