-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
@codytooker Did you get any solution to this problem? As I am also having the same issue. |
Facing the same problem. Any update on this issue? |
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 |
Sorry @rigor789 for the late reply.
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 Any idea? |
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.
The text was updated successfully, but these errors were encountered: