Closed tkallage closed 1 year ago
unfortunately, the issue reported in https://github.com/vueuse/vue-demi/issues/224 still exists in vue-demi 0.14.3 / pinia 2.1.1.
My previous example only used the iife version of vue-demi, but another error breaks pinia in the cjs and mjs versions of vue-demi.
codesandbox with Pinia 2.0.33 (working): https://codesandbox.io/s/pinia-2-0-33-vue-2-7-14-7tom1g codesandboxwith Pinia 2.1.1 (broken): https://codesandbox.io/s/pinia-2-1-1-vue-2-7-14-c0gdvx
I hope, this helps :)
My Vue 2.7 + pinia 2.1 setup works now. Thanks a lot for the super fast fixes @posva + @antfu ! ♥️
unfortunately, the issue reported in https://github.com/vueuse/vue-demi/issues/224 still exists in vue-demi 0.14.3 / pinia 2.1.1.
My previous example only used the iife version of vue-demi, but another error breaks pinia in the cjs and mjs versions of vue-demi.
codesandbox with Pinia 2.0.33 (working): https://codesandbox.io/s/pinia-2-0-33-vue-2-7-14-7tom1g codesandboxwith Pinia 2.1.1 (broken): https://codesandbox.io/s/pinia-2-1-1-vue-2-7-14-c0gdvx
I hope, this helps :)