We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70734d7 commit da62defCopy full SHA for da62def
packages/app-backend-vue3/src/components/tree.ts
@@ -130,6 +130,8 @@ export class ComponentWalker {
130
* @return {Object}
131
*/
132
private async capture (instance: any, list: any[], depth: number): Promise<ComponentTreeNode> {
133
+ if (!instance) return null
134
+
135
const id = this.captureId(instance)
136
137
const name = getInstanceName(instance)
0 commit comments