-
Notifications
You must be signed in to change notification settings - Fork 162
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
fix: Component tree not loading in popup #690
Comments
Can confirm, having the same issue. |
Same here |
@danielroe @antfu could you please take a look this issue? same issue facing this week, nuxt version: 3.14.1592, and pinia version: 0.8.0 |
Update, on my side, I just remove "Vue Devtools extension" from my browser (or might be update to latest one, I'm not testing yet) This PR here explain more about details regarding this issue. So, please folks to consider remove the vuedevtools (or update to latest once) before start to develop your Nuxt 3 web app. here preview that pinia and component tree now working. |
🐛 The bug
Component tree loads just fine when it's in-app, and doesn't load in the popup picture-in-picture mode, probably losing connection with the app.
Popup doesn't work in stackblitz due to a limitation explained in this issue #687, so below reproduction is a github for cloning and testing it in local dev environment.
In-app:
Popup:
Darwin
v20.14.0
3.12.3
3.12.0
2.9.7
[email protected]
-
devtools
,modules
-
-
🛠️ To reproduce
https://github.com/TechAkayy/nuxt-devtools-popup
🌈 Expected behavior
Popup should connect to the app and load component tree.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: