Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0.5] - Solid的ref在taro-components不生效 #16422

Closed
phy-lei opened this issue Aug 29, 2024 · 0 comments
Closed

[4.0.5] - Solid的ref在taro-components不生效 #16422

phy-lei opened this issue Aug 29, 2024 · 0 comments
Labels
F-solid Framework - Solid T-weapp Target - 编译到微信小程序 V-4 Version - 4.x

Comments

@phy-lei
Copy link
Contributor

phy-lei commented Aug 29, 2024

相关平台

微信小程序

小程序基础库: 3.5.5
使用框架: Solid

复现步骤

export default function Index() {
   let viewRef;
   return <View ref={viewRef}></View>
}

期望结果

viewRef有view的dom消息

实际结果

undefined

@taro-bot2 taro-bot2 bot added F-solid Framework - Solid T-weapp Target - 编译到微信小程序 V-4 Version - 4.x labels Aug 29, 2024
This was referenced Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-solid Framework - Solid T-weapp Target - 编译到微信小程序 V-4 Version - 4.x
Projects
Archived in project
Development

No branches or pull requests

1 participant