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

Store not loading in Electron App #1091

Open theharshin opened 5 years ago

theharshin commented 5 years ago

Version

5.1.1

Browser and OS info

Chrome Version 78.0.3904.70 / macOS Catalina 10.15

Steps to reproduce

What is expected?

To be able to see Base State & Store.

What is actually happening?

Following error is printed in Electron's console & same error is visible in Store section of vue-devtools:

[Vue warn]: Error in render: "TypeError: Cannot convert undefined or null to object"

found in

---> at src/devtools/views/vuex/VuexStateInspector.vue

at src/devtools/components/SplitPane.vue at src/devtools/views/vuex/VuexTab.vue image
theharshin commented 5 years ago

Also, these bridge related errors are constantly appearing in console:

image