You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this quite often, with multiple projects, but I do not have an exact reproducer at this time. However, it seems to be happening mostly with animated components, with both Vue 2 as Vue 3.
What is expected?
It should be kept in a constant order.
What is actually happening?
The components keep jumping around.
The text was updated successfully, but these errors were encountered:
You are right. Actually, when data in animated components was updated, the component tree on devtools panel was flushed constantly. That make items of component list keep jumping around.
Version
6.0.0-beta.15
Browser and OS info
Edge 91 / Windows 10
Steps to reproduce
I'm seeing this quite often, with multiple projects, but I do not have an exact reproducer at this time. However, it seems to be happening mostly with animated components, with both Vue 2 as Vue 3.
What is expected?
It should be kept in a constant order.
What is actually happening?
The components keep jumping around.
The text was updated successfully, but these errors were encountered: