Florent Garit

Results 5 comments of Florent Garit

@bill-kasa still an issue as of vuex 4.0.2. Pretty critical issue, I might not have migrated my app to Vue 3 had I known about this. I also can't afford...

Not entirely relevant, but to counter this problem, my team has started migrating to Pinia... Though Pinia is a clear upgrade from Vuex and the migration is pretty smooth (we're...

> Has anyone investigated wether Pinia cache getters results by default? Yes, and they do.

Had the same problem. I am not using dynamic modules. I fixed my issue by removing the `name` property in `@Module({namespaced: false, name: 'user'})`

> > @dfahlander Do you have any plans to implement it in near future? > > The quote refers to other already resolved issues. One of them was not marked...