Eduardo San Martin Morote
Eduardo San Martin Morote
I see. I don't think this is actually feasible even with a small breaking change. Let's give it some time so people can share their ideas.
Thanks! I will have to give this more thought as there might be some edge cases with `setActivePinia()` and how it is used across stores
Currently, there are still a few issues: - It shouldn't change the activePinia - It cannot use plugins (they require the `pinia._a` property but even if it was set, it...
@bodograumann would exposing the symbol be enough? I added a couple of tests to explain what I meant. Maybe `createPinia()` could detect it's a nested pinia but that would also...
Merci beaucoup pour la contribution! En ce qui concerne les traductions on n'a pas encore mis en place un workflow standard mais l'idée est de les garder dans des repos...
The problem is the devtools plugin requires the app to exist in order to be used. Unsure if this is something that should be fixed here or in vue-devtools or...
@donatas-luciunas stop the pinging, I will take a look when I have time. Thanks.
@sceee the branch that needs to be updated is https://github.com/vuejs/vuefire/tree/v3 which is the next version of Vuefire that works for both Vue 2 and Vue 3. I haven't checked the...
> Do you think this would make sense? Yes, feel free to do it
I will take a proper look in a few weeks, after some Vue 3 related releases, and try to give you a hand. Have you published your code somewhere?