vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

Console Errors in Vivaldi (chromium) #1786

Open impaect opened 2 years ago

impaect commented 2 years ago

Version

6.0.13

Browser and OS info

Vivaldi 5.1.2567.49 Debian GNU/Linux 11 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.10.0-1025-oem OS Type: 64-bit

Steps to reproduce

On random occasions in developement i get multiple

Cannot destructure property 'groupId' of 'appRecord.perfGroupIds.get(...)' as it is undefined.

errors in the Console. This started happening today. Updating to a newer Vivaldi didn't resolve the issue.

Surprisingly i don't get these errors in Vivaldi private mode but in normal mode with every other extension disabled!

These Errors are happening en masse and clutter the console when navigating in my app. Neither in Google Chrome nor Mozilla Firefox i get these errors though.

This is the stack trace of the first couple frames. It originated from Vue router further down

backend.js:2847 TypeError: Cannot destructure property 'groupId' of 'appRecord.perfGroupIds.get(...)' as it is undefined.
    at performanceMarkEnd (backend.js:2784:7)
    at async Object.<anonymous> (backend.js:2038:5)
performanceMarkEnd  @   backend.js:2847
await in performanceMarkEnd (async)     
(anonymous) @   backend.js:2038
emit    @   VM23751:1
handler @   backend.js:4326
invokeWithErrorHandling @   vue.runtime.esm.js?2b0e:1863
callHook    @   vue.runtime.esm.js?2b0e:4235
Vue.$destroy    @   vue.runtime.esm.js?2b0e:4018
destroy @   vue.runtime.esm.js?2b0e:3178
invokeDestroyHook   @   vue.runtime.esm.js?2b0e:6158
removeVnodes    @   vue.runtime.esm.js?2b0e:6174
...

What is expected?

These errors should not occur

What is actually happening?

Everything seems to work fine

gitdust commented 2 years ago

have the same problem today

artfromlife commented 2 years ago

have the same problem today

elzodxon commented 2 years ago

Have the same issue.

peterramsis commented 2 years ago

Have the same issue.