Hello! Everything is in the title: My Vue Devtool extension updated itself to v7, and I have trouble with most of my components having no state showing in the browser extension. I went back to the v6 version to fix it. The project is on Nuxt v3.13.2 (associated with vue v3.5.5) Here are screenshots of what I'm saying: v6 <img width="554" alt="image" src="https://github.com/user-attachments/assets/8986a617-681d-4d34-bc70-10f8506c335f"> v7 <img width="540" alt="image" src="https://github.com/user-attachments/assets/1de1bda7-44ad-4204-a72a-6d01a704aebc"> I investigated a bit and the components that aren't working are inside a v-for, but it's not a 100% fail rate and maybe not true. I can't share the project since it's a private project