vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

The pinia tab keeps dissappearing, and when it's there, the states don't reflect to the actual state #2188

Open dgloriaweb opened 2 months ago

dgloriaweb commented 2 months ago

Vue devtools version

6.6.4

Link to minimal reproduction

this is on localhost

Steps to reproduce & screenshots

https://github.com/dgloriaweb/dailydriver.info-frontend copy repo, run with the #VITE_APP_API_URL=https://budgeterapi.co.uk env variable, run npm run serve, open f12, check vue/pinia tab

What is expected?

Pinia tab should be there all the time, the user loggedin state should be correct

What is actually happening?

Pinia tab keeps dissappearing, and when runs, the state is not the same as when I console log the same

System Info

$ npx envinfo --system --npmPackages vue --binaries --browsers
Need to install the following packages:
  envinfo@7.14.0
Ok to proceed? (y)

  System:
    OS: Windows 10 10.0.19045
    CPU: (4) x64 Intel(R) Core(TM) i3-8350K CPU @ 4.00GHz
    Memory: 7.63 GB / 15.87 GB
  Binaries:
    Node: 18.0.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 9.2.0 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Chrome: 128.0.6613.138
    Edge: Chromium (127.0.2651.74)
    Internet Explorer: 11.0.19041.4355
  npmPackages:
    vue: ^3.2.45 => 3.2.47

Any additional comments?

No response