Open theharshin opened 5 years ago
5.1.1
Chrome Version 78.0.3904.70 / macOS Catalina 10.15
<script src="http://localhost:8098"></script>
<head>
To be able to see Base State & Store.
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
Also, these bridge related errors are constantly appearing in console:
bridge
Version
5.1.1
Browser and OS info
Chrome Version 78.0.3904.70 / macOS Catalina 10.15
Steps to reproduce
<script src="http://localhost:8098"></script>
in public/index.html in<head>
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