You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Chrome developer console and refresh your page.
Take a look at the Pinia/Vuex tab (it's empty)
What is expected?
Opening Chrome developer console, going to the Vue devtools should show the entries of the Pinia/Vuex store immediately.
What is actually happening?
Devtools is showing empty Pinia/Vuex store. I have to close the developer console (f12) from Chrome and reopen the developer console to see the Pinia/Vuex store entries.
System Info
The problem occurs on Chrome. On Firefox this does work normally.
Thanks a lot for your help/hack. However for me it doesn't work. Probably because my situation is not exactly the same as described above. I also have multiple plugins that mount as apps and keep running and are not "unmounted".
Vue devtools version
6.6.1
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-wh3but?file=package-lock.json
Steps to reproduce & screenshots
What is expected?
Opening Chrome developer console, going to the Vue devtools should show the entries of the Pinia/Vuex store immediately.
What is actually happening?
Devtools is showing empty Pinia/Vuex store. I have to close the developer console (f12) from Chrome and reopen the developer console to see the Pinia/Vuex store entries.
System Info
The problem occurs on Chrome. On Firefox this does work normally.
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: