T
TanStack2y ago
other-emerald

disabled label not updating/showing in vue devtools

Hello, I saw a previous issue https://github.com/TanStack/query/issues/2741 that was resolved for the react devtools, but it looks to me (unless I'm mistaken) that this issue persists on the vue devtools (see attached picture). My query is enabled: false initially hence the key with ['something', 'list', null] but I don't see a label in the middle column showing that it is disabled. Can this be fixed please or is there somewhere else I should be looking in the tools to see at a glance if its disabled? Thank you
GitHub
disabled label not updating in the devtools · Issue #2741 · TanStac...
Describe the bug As of recently, the devtools show a disabled label when all observers of a query are disabled. However, this label doesn't update dynamically. To Reproduce Steps to reproduce t...
No description
1 Reply
eastern-cyan
eastern-cyan2y ago
Devtools have the same core, so if it's not working for Vue it probbably does not work for all frameworks. In that case please open an issue on GitHub.

Did you find this page helpful?