vuejs / devtools-v6

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

fix: add null checks for appRecord and appRecord.instanceMap, fix #1892 #2122

Closed claylevering closed 10 months ago

claylevering commented 12 months ago

fix(index.ts): add null checks for appRecord and appRecord.instanceMap to prevent errors when accessing properties

Description

Fixes #1892

What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following