You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: