Open
Description
I can connect to the Vue devtools fine. Every table seems to work at first. However when look at the vuex tab no mutation never show and when you click on the "Base State" mutation that is there by default the app crashes with the following error in the console. file:///app/webpack:/src/util.js:376:0 JS ERROR ReferenceError: Can't find variable: window NativeScript caught signal 11.
Activity
matyre73 commentedon Mar 10, 2020
@codytooker Did you get any solution to this problem? As I am also having the same issue.
alexandre-combemorel commentedon May 30, 2020
Facing the same problem. Any update on this issue?
rigor789 commentedon May 30, 2020
Latest version should be working fine - I've been testing it a couple weeks ago and had no crashes or issues with the mutation list. Make sure your dependencies are up-to-date! Refer to this package.json for the versions I've been testing with: https://github.com/nativescript-vue/vue-cli-template/blob/master/template/package.json
alexandre-combemorel commentedon Jun 2, 2020
Sorry @rigor789 for the late reply.
I have the current dependencies:
just for your information, it uses to work and load the state when ever I was clicking on it. But I guess one of the plugin I added made it crash. I suspect
google-maps-sdk
ordatetimepicker
I can really remember which moment this part failed.Any idea?