-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No info in selected component #2123
Comments
The same here, a few weeks ago I could still see the data within the components with Force Vue Devtools via the DevTools, now I only see props and empty symbols. This was actually useful, especially on production pages |
Facing the same issue. With 6.6.1 version. Does anyone know how to fix this? |
+1 |
1 similar comment
+1 |
Minimal reproduction: https://stackblitz.com/edit/vitejs-vite-zhshuz?file=src%2Fmain.js |
When setup function returns render function there's no devtoolsRawSetupState and setupState is empty. When the same component exposes some data the loop will try to access it from the `raw` const. To prevent accessing property of undefined we'll default `raw` to an empty object. fixes vuejs#2123
Vue devtools version
6.5.1
Link to minimal reproduction
localhost
Steps to reproduce & screenshots
Sometimes there is just nothing in component info window.
What is expected?
Functionality
What is actually happening?
No Functionality
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: