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 d03d23c commit e290a7cCopy full SHA for e290a7c
packages/taro-transformer-wx/src/render.ts
@@ -1745,9 +1745,6 @@ export class RenderParser {
1745
if (!callee.isCallExpression()) {
1746
return
1747
}
1748
- if (isNewPropsSystem()) {
1749
- this.handleComponents(callee)
1750
- }
1751
if (this.loopIfStemComponentMap.has(callee)) {
1752
const block = this.loopIfStemComponentMap.get(callee)!
1753
const attrs = component.node.openingElement.attributes
0 commit comments