Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vuex never changes and crashes the app when clicking on a mutation #13

Open
codytooker opened this issue Aug 14, 2019 · 4 comments
Open

Comments

@codytooker
Copy link

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.

@matyre73
Copy link

@codytooker Did you get any solution to this problem? As I am also having the same issue.

@alexandre-combemorel
Copy link

Facing the same problem. Any update on this issue?

@rigor789
Copy link
Member

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
Copy link

alexandre-combemorel commented Jun 2, 2020

Sorry @rigor789 for the late reply.
I have the current dependencies:

"dependencies": {
    "@vue/devtools": "^5.3.3",
    "nativescript-datetimepicker": "^1.2.2",
    "nativescript-google-maps-sdk": "^2.9.1",
    "nativescript-image-cache-it": "^5.0.0-beta.20",
    "nativescript-socketio": "^3.3.1",
    "nativescript-toasty": "^3.0.0-alpha.2",
    "nativescript-vue": "^2.6.0",
    "nativescript-vue-devtools": "^1.4.0",
    "tns-core-modules": "^6.5.1",
    "vuex": "^3.3.0"
  },

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 or datetimepicker I can really remember which moment this part failed.

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants