Skip to content
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

reactivity.esm-bundler.js:1925 & reactivity.esm-bundler.js:1930 Uncaught (in promise) RangeError: Maximum call stack size exceeded #738

Open
larsyr opened this issue Dec 12, 2024 · 1 comment
Labels
need reproduction Reproduction is needed

Comments

@larsyr
Copy link

larsyr commented Dec 12, 2024

I got the same issue as appears in #420 , but this time in the "traverse" function. I saw another issue about this (#689), but that one was not English and the connection was not made with #420 (and the error & lines are a little bit different).

I dont know the exact reason, but it looks like there is a infinite loop in the Traverse function. Maybe the issue is solved by just applying the fix for #420 in the Traverse function.

When devtools is disabled, the error does not occur. But because the error does occur, we have to choose between disabling devtools or not pushing the code tot the dev environment (because other people will get the error)

I currently do not have a minimal reproduction case, because I would have to ask my manager if I can spend time on finding the exact issue and building a repoduction case. I hope my information is enough to find a solution.

Problem is for both the Chrome extension and the "vite-plugin-vue-devtools" library.

Versions:
Vue: 3.5.11
vite-plugin-vue-devtools: 7.5.4
Devtools chrome extension: 7.6.8

Error:
image

Error lines:
image
image

@webfansplz
Copy link
Member

It’s hard to reproduce the issue, can you try to provide the mini repo? 🙏

@webfansplz webfansplz added the need reproduction Reproduction is needed label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need reproduction Reproduction is needed
Projects
None yet
Development

No branches or pull requests

2 participants