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 ad13357 commit 5148dd6Copy full SHA for 5148dd6
packages/taro-framework-solid/src/runtime/connect.ts
@@ -22,7 +22,6 @@ type SolidComponent = (props?: any) => TaroNode;
22
23
export function setReconciler () {
24
hooks.tap('getLifecycle', function (instance, lifecycle: string) {
25
- lifecycle = lifecycle.replace(/^on(Show|Hide)$/, 'componentDid$1')
26
return instance[lifecycle]
27
})
28
0 commit comments