-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapState()
not working with Vue 3.4
#2551
Comments
It seems related to vuejs/core#9974. Feel free to take a look and try to fix it |
mapState()
not working with Vue 3.4
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, will this problem still be ? or are there any descriptions on how to fix this problem yourself ? 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? |
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
The text was updated successfully, but these errors were encountered: