PraZ

Results 86 comments of PraZ

This is most likely related to https://github.com/vuejs/pinia/issues/2410 You must use `ref` with `Array` types. Also I'd advocate against using `reactive` at all :)

I _think_ the way variables are exposed by the vee validate composable are not parsed as proper "state" by pinia, and therefore ignored by the persistence plugin. I will try...

This is planned someday when i get some time, maybe for v4, as i already made a package for it (see https://github.com/prazdevs/deep-pick-omit) I'm just overworked and can't spend much time...

Closing this for now as it's soon coming in v4. Current API is type inference but not forced (you get autocompletion for possible values, but no error if using potentially...

will need a proper reproduction to investigate (a gh repo or stackblitz)

Currently a VSCode limitation, see https://github.com/microsoft/vscode/issues/148974