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

Disconnect no longer detected on reload of inspected page when using /__devtools__/ #505

Open
Dykam opened this issue Jul 4, 2024 · 0 comments

Comments

@Dykam
Copy link

Dykam commented Jul 4, 2024

Somewhere between version 3.2.0 and 3.3.0, devtools stopped trying to reconnect when the inspected page reloads. It appears functional, but most buttons etc. break when trying to interact, as there's no longer an actual session connected.

I've added a minimal demonstration using CodeSandbox, based on the vue-vite template: https://codesandbox.io/p/devbox/divine-hill-38sgyk

Reproduce:

  • Open the main page in a new tab, not in the code-sandbox built-in preview.
  • Wait 5 seconds for devtools to open as pop-up/window (code in App.vue)
  • Reload preview tab (not devtools)

Expected:

  • devtools disconnects and reconnects.

Actual:

  • devtools doesn't disconnect, preview creates new devtools window.
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

No branches or pull requests

1 participant