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
...
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
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
What is expected?
These errors should not occur
What is actually happening?
Everything seems to work fine