Pinia 2.0.21 introduces infinite recursion #1756
-
I'm using Vue 2.7.13 with webpack. Updating from pinia 2.0.20 to 2.0.21 causes a page to hang and eventually crash with I have no idea how this update could break this, when comparing the changes it seems that commit 6efa780 removing a browser might be the only thing that could have his effect. There was recently a PR in Vue 2.7 fixing a bug in this function vuejs/vue#12806, I guess the issue we're having might be related? Any ideas what could cause and/or fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It seems to be accessing a |
Beta Was this translation helpful? Give feedback.
-
It seems to be fixed now, no idea what caused it and how it's fixed now. |
Beta Was this translation helpful? Give feedback.
It seems to be fixed now, no idea what caused it and how it's fixed now.