Skip to content

Commit e299646

Browse files
committed
Progress
1 parent 847fd3f commit e299646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@ember/-internals/glimmer/lib/resolver.ts

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ function lookupComponentPair(
106106
}
107107

108108
if (isRemoved(DEPRECATIONS.DEPRECATE_COMPONENT_TEMPLATE_RESOLVING.options)) {
109+
if (!component) return null;
110+
109111
return { component, layout: null } as LookupResult;
110112
}
111113

0 commit comments

Comments
 (0)