Skip to content
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

Open
nikolaimoiseev01 opened this issue Nov 10, 2023 · 5 comments · May be fixed by #2155
Open

No info in selected component #2123

nikolaimoiseev01 opened this issue Nov 10, 2023 · 5 comments · May be fixed by #2155

Comments

@nikolaimoiseev01
Copy link

Vue devtools version

6.5.1

Link to minimal reproduction

localhost

Steps to reproduce & screenshots

Sometimes there is just nothing in component info window.
Снимок экрана 2023-11-10 133354

What is expected?

Functionality

What is actually happening?

No Functionality

System Info

Chrome

Any additional comments?

No response

@saschafuchs
Copy link

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

@sinkersan
Copy link

Facing the same issue. With 6.6.1 version. Does anyone know how to fix this?

@Devil-Cong
Copy link

+1

1 similar comment
@HaoyuLee
Copy link

HaoyuLee commented Mar 8, 2024

+1

@bgoscinski
Copy link
Contributor

bgoscinski commented Apr 2, 2024

Minimal reproduction: https://stackblitz.com/edit/vitejs-vite-zhshuz?file=src%2Fmain.js
I'm working on a fix done: #2155

bgoscinski added a commit to bgoscinski/devtools that referenced this issue Apr 2, 2024
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
@bgoscinski bgoscinski linked a pull request Apr 2, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants