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 0a41fa3 commit b35da4cCopy full SHA for b35da4c
packages/app-backend-vue3/src/components/util.ts
@@ -16,7 +16,7 @@ export function getAppRecord (instance) {
16
export function isFragment (instance) {
17
const appRecord = getAppRecord(instance)
18
if (appRecord) {
19
- return appRecord.options.types.Fragment === instance.subTree.type
+ return appRecord.options.types.Fragment === instance.subTree?.type
20
}
21
22
0 commit comments