Data is synced from the Chrome Web Store. View the official store page for the most current information.
Can I watch an item's state without clicking, like in vscode?
There is an issue: everytime when Vue dev tool is open in the development panel, I get an error and get it again and again when I change a page: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'name') user-app.js
It was working perfectly until i started using pinia getters Now everytime i open vue devtools and emit an input change which triggers pinia state changes it throws me the error RangeError: Maximum call stack size exceeded. If i don't use devtools it works perfectly. I tried checking if there are no circular refs, but i found none. I found these 2 issues: - https://github.com/vuejs/devtools-v6/issues/1301 - https://github.com/vuejs/devtools-next/issues/420 But i still don't know what is going on :(
EDIT: 5/5 stars, THANK YOU ARLO! Wow, quickest turnaround time, so happy that's resolved. Somehow this experience just solidified my decision to go with Vue over the other FE frameworks for my new site. :) Original review (2/5 stars): Helpful when it works, but gets stuck refreshing with the Live Server extension. Have to close and reopen dev tools to get it to refresh.
Looks slick, but you cannot see if a value is reactive or just a plain non-reactive object. In the old version, there reactive values were labeled "Reactive", now everything is just "Object". This is essential for me, because I am dealing with very deeply nested objects and must sure that they are not made reactive by accident. Therefore I will have to use the old version in parallel.
The UI is slicker and it doesn't take re-opening dev tools 3 times to get the extension to attach correctly, so that's both good. But aside from the missing features like search and multi app instance support, it's unusably slow on a large application. Heavy vuex mutations takes a solid 10 seconds to finish processing, and the store itself takes about 30-60 seconds to load and then another 20 seconds or so to be able to start interacting with it. v6 is a buggy mess, but I can at least reboot it enough times and it doesn't kill my performance as none of these performance issues exist with v6.
So far, much better than v6, but I wish that when I click on `pinia` or `vuex` that I see the store directly instead of having to choose between timeline and store each time