We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When creating an action with: this.createMessage({'text': 'some message'})
I expect a new message to be added to the store.
This happens in version 0.4.0, but after upgrading to 0.4.1 there is an additional unwanted action added: messages/removeItems
This makes the state for the messages module 0, which is unexpected and undesirable behaviour.
How can I resolve this issue?
Module versions (especially the part that's not working): feathers-vuex 0.4.0 - 0.4.1 NodeJS version: v6.10.2 Operating System: Windows 8.1 Browser Version: Chrome Version 58.0.3029.110 (64-bit) React Native Version: not applicable. Module Loader: webpack
The text was updated successfully, but these errors were encountered:
For now, just go back to the version before this feature was added.
npm install feathers-vuex@0.3.1.
npm install feathers-vuex@0.3.1
Sorry, something went wrong.
autoRemove
No branches or pull requests
When creating an action with:
this.createMessage({'text': 'some message'})
I expect a new message to be added to the store.
This happens in version 0.4.0, but after upgrading to 0.4.1 there is an additional unwanted action added: messages/removeItems
This makes the state for the messages module 0, which is unexpected and undesirable behaviour.
How can I resolve this issue?
Module versions (especially the part that's not working): feathers-vuex 0.4.0 - 0.4.1
NodeJS version: v6.10.2
Operating System: Windows 8.1
Browser Version: Chrome Version 58.0.3029.110 (64-bit)
React Native Version: not applicable.
Module Loader: webpack
The text was updated successfully, but these errors were encountered: