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

Inspecting state of components within RouterView stops working after some time #815

Open
RiendeJong opened this issue Feb 26, 2025 · 0 comments

Comments

@RiendeJong
Copy link

RiendeJong commented Feb 26, 2025

Since this week inspecting my vue components within a RouterView (vue-router) stops working after some time
Its very unexpectedly and I can't trace a pattern on how to resolve it or how to trigger it.

The only visible part while inspecting the components is the selected component outside the RouterView, but clicking on components inside the RouterView doesn't update anything besides the component name near the 'Filter State... input'

Every now and then i can access items inside the RouterView but it stops working overtime, refreshing the page doesn't help. reloading the frame doesn't help and reinstalling the extension doesn't help either.

The components do show on the left side under the 'Find components...' field so that's still working

Inspecting the devtools resulted in me finding this error:
devtools-panel.js:71 Uncaught (in promise) RangeError: Maximum call stack size exceeded

My versions:
Vue Router: tested on V4.4.0 and V.4.5.0 (latest)
Chrome Version: 131.0.6778.70
Vue.js devtools Version: 7.7.0
Vue Version: v3.4.38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant