-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Uncaught (in promise) Maximum recursive updates exceeded in component <RouterView> #10234
Comments
This comment has been minimized.
This comment has been minimized.
yes, the errors do not occur when reload the page, it occur when you add or delect the script (console.log) to trigger hmr @Doctor-wu |
I have an app that is experiencing the same issue as described by OP. Today I upgraded the app from using Vue 3.2.45 to 3.4.15. After upgrading to 3.4.15 the problem started occurring. I then began to go back to earlier versions of Vue and the issue does not occur on any version prior to 3.4.15. In all cases the version of vue-router is 4.2.5. |
I just encountered this same issue, and after playing with it for a bit, I believe this problem was introduced in version 3.4.6. I cannot reproduce the issue with vue 3.4.5, but I can with 3.4.6. |
Having a similar issue in a project using with vue-openlayers (I'd like to add a repo to showcase the issue, but the project is quite large and it's tough to add everything), but not with v-for. Just in a prop passed as a ref. If it helps, I've tried with some versions with these results: |
This looks like a duplicate of #10210 |
I just tried 3.4.16 and I'm getting the same "Maximum recursive updates eceeded". |
…f on v-for This reverts commit de4d2e2. reopen vuejs#9908 close vuejs#10210, close vuejs#10234
Vue version
3.4.15
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-mgmzpd?file=src%2Fcomponents%2FHome.vue
Steps to reproduce
just need add or remove console.log in Home.vue, and you will get the error
demo2.mov
What is expected?
Find the source of the error and fix it
What is actually happening?
in vue 3.4.15,vue-router 4.2.5.
the code with v-for and ref ,for example
and than you change any script will trigger an error
Uncaught (in promise) Maximum recursive updates exceeded in component <RouterView>
for example add the
console.log('========');
by the way, in in vue 3.4.14 ,there won't be this problem
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: