iknowmagic

Results 9 comments of iknowmagic

Thanks. vuex-pathify was sort of working with Vuex 4; the "get" component helper did not work but the "sync" helper did work. Now Vuex is throwing all sorts of errors...

How about using adjusting vuex-pathify to work with vue 3.1+, since vue 3.1+ is supposed to be fully backward-compatible with vue 2 ?

@NGPixel Many thanks for the work :) I installed your version and unfortunately, the types are missing; without types, it is breaking Vue 3 / Typescript.

Thank you so much @davestewart @NGPixel the types from the current vuex-pathify version would not work out-of-the-box, unfortunately

@davestewart Vite is taking over the web development landscape. VueUse is becoming a highly recommended companion to Vue development. Vue 3 benefits greatly with TypeScript. Pinia may be a good...

Could you please try https://github.com/sapphi-red/vite-boilerplate-plus - I would recommend Vite + Typescript + Vue 3 to make any library/app future-proof. The above-mentioned link contains a starter template with Vuex and...

> Interestingly, I just watched this and Evan You seems to think that Pinia will be the go to with Vue 3, which makes you wonder how much future Vuex...

Rebooting the computer worked for me. After that `yarn install` worked just fine.

Here is how I set the markers that are not spiderfied to a lower opacity than the rest. ``` oms.addListener('spiderfy', (smarkers, umarkers) => { // do something with the spiderfied...