Description
Version
6.0.6
Browser and OS info
Chrome 98.0.4758.80 (Offizieller Build) (x86_64) on Mac OS 12.2
Steps to reproduce
On every Nuxt.js (2.15.7) Application I have , the Devtools crashes after some changes in Code after Livereloads and click on a component which I changed recently.
Error:
VM37312 backend.js:2198 Uncaught TypeError: Cannot read properties of null (reading 'instanceMap')
at Bridge. (VM37312 backend.js:2198:55)
at Bridge.emit (VM37312 backend.js:9851:5)
at Bridge._emit (VM37312 backend.js:6486:12)
at VM37312 backend.js:6412:42
at Array.forEach ()
at VM37312 backend.js:6412:18
at listener (VM37312 backend.js:13405:13)
After this crash I'm not able to get it working back again. After Reload it can not detect Vue.js on page. Restart Browser or Reinstall Extension works for about 30 Minutes, than it crashes again.
What is expected?
No crash, previous version worked fine
What is actually happening?
Crashes