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

fix: Component tree not loading in popup #690

Open
TechAkayy opened this issue Jul 4, 2024 · 1 comment
Open

fix: Component tree not loading in popup #690

TechAkayy opened this issue Jul 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TechAkayy
Copy link

🐛 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:
image

Popup:
image

  • Browser - Chrome Version 126.0.6478.114 (Official Build) (arm64)
  • Operating System: Darwin
  • Node Version: v20.14.0
  • Nuxt Version: 3.12.3
  • CLI Version: 3.12.0
  • Nitro Version: 2.9.7
  • Package Manager: npm@10.7.0
  • Builder: -
  • User Config: devtools, modules
  • Runtime Modules: -
  • Build 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

@TechAkayy TechAkayy added the bug Something isn't working label Jul 4, 2024
@fmoessle
Copy link

It also doesn't work with Pinia. using the lastest version of nuxt and devtools.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants