Open bobvandevijver opened 9 months ago
It seems to happen when the page you're working is being reloaded: the extension does not pick up this reload at all (old components and values are still being shown, and it is no longer possible to navigate at all). When reopening the Edge devtools (which seems to restarts the vueks/devtools) the errors start for me.
I strongly suspect this is related to the reload behaviour, which is reproducible on https://sfc.vuejs.org/. Steps:
msg
ref change when typing in the default input field
Vue devtools version
6.6.0
Link to minimal reproduction
None
Steps to reproduce & screenshots
What is expected?
No errors. Seems that for each component
state
,render
¤tRoute
are accessed while not being defined on that particular component, causing the vue warn handler to kick in.What is actually happening?
A load of warnings are printed, filling the complete console output.
System Info
Any additional comments?
This started this morning, so with the 6.6.0 update.
I do not have a usable repro yet.