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.
2 parents ec5f015 + 5da79d3 commit 3702616Copy full SHA for 3702616
Sources/Leaf/Tag/Models/Extend.swift
@@ -35,7 +35,7 @@ extension Leaf {
35
return
36
}
37
38
- template.parameters.first?.constant.flatMap { importName in
+ if let importName = template.parameters.first?.constant {
39
if let exported = exports[importName] {
40
comps += exported.components.array
41
} else if let fallback = template.body {
0 commit comments