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

Error when loading app, but only when pinia tab in vue devtools is open on pinia tab #2840

Closed
garfunkel opened this issue Nov 21, 2024 · 2 comments

Comments

@garfunkel
Copy link

Reproduction

https://github.com/garfunkel/vue-pinia-devtools-bug

Steps to reproduce the bug

  1. Start app in dev mode
  2. Open vue devtools
  3. Click on the pinia tab in devtools
  4. hard refresh app page
  5. See error traceback in browser console

Expected behavior

No error/traceback.

Actual behavior

In Firefox:
Uncaught (in promise) TypeError: U is null

In Chrome:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'state')

Additional information

No response

@garfunkel
Copy link
Author

Just found a recent issue on the devtools repo which may be related: vuejs/devtools#707

Copy link
Member

posva commented Nov 21, 2024

Let’s keep it in devtools for the moment since the devtools code here hasn’t changed

@posva posva closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
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

2 participants