fix(core): rewrite replacements while hoisting layers (#35176)
This commit is contained in:
@@ -230,7 +230,7 @@ export function hoist<A, E, T extends Tag, const Items extends Replacements = re
|
||||
if (existing && existing !== node) {
|
||||
throw new Error(`Tag ${tag} has conflicting implementations for ${node.name}`)
|
||||
}
|
||||
hoisted.set(node.name, node)
|
||||
hoisted.set(node.name, rewriteReplacementDependencies(node, replacementMap))
|
||||
return group([])
|
||||
}
|
||||
if (node.kind === "unbound") {
|
||||
|
||||
Reference in New Issue
Block a user