Skip to content

Commit e290a7c

Browse files
committed
fix(transformer): 循环中使用自定义组件失效, close #4359
1 parent d03d23c commit e290a7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/taro-transformer-wx/src/render.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,9 +1745,6 @@ export class RenderParser {
17451745
if (!callee.isCallExpression()) {
17461746
return
17471747
}
1748-
if (isNewPropsSystem()) {
1749-
this.handleComponents(callee)
1750-
}
17511748
if (this.loopIfStemComponentMap.has(callee)) {
17521749
const block = this.loopIfStemComponentMap.get(callee)!
17531750
const attrs = component.node.openingElement.attributes

0 commit comments

Comments
 (0)