Thomas Vanderstraeten
Thomas Vanderstraeten
Hi @marshallswain could you kindly provide an updated status on Vue 3 compatibility? We're big fans of FeathersVuex at my company and for us this is the key lib that...
Thanks @marshallswain , we'll try it out!
I was able to reproduce the issue of infinite loop on the example chat app: https://github.com/thomasvds/feathers-vuex-example. The repro file is [this one](https://github.com/thomasvds/feathers-vuex-example/blob/master/src/views/Repro.vue), reproduced below for simplicity. Note that the problem...
@marshallswain actually no worries at all on my side because the issue disappeared as soon as I removed the logger. However I believe interesting learnings would come out of a...
It's been quite some time and now I bumped into this issue again on another project. Strangely enough @hamiltoes the solution you're suggesting works fine when using `{ commit: true...