pinia
pinia copied to clipboard
`mapState()` not working with Vue 3.4
Reproduction
old with vue 3.4.13 broken with 3.4.19
Steps to reproduce the bug
click button
Expected behavior
increment
Actual behavior
nothing happens
Additional information
Vue 3.4.12 or Composition API works fine
It seems related to https://github.com/vuejs/core/discussions/9974. Feel free to take a look and try to fix it
it looks more like related to vuejs/core#10082. it turns out that the problem is not related to pinia
Seems to be fixed upstream
It seems to be there again
Hello pinia team, thank you very much for pinia.
will this problem still be ? or are there any descriptions on how to fix this problem yourself ? it seems like not much is happening here anymore.
have a nice day
Tried to reproduced the bug.
Seems like it is broken with 3.4.13 and fixed in 3.4.14.
@balesniy Can you take a look at this?