-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
函数式组件使用mobx 渲染微信小程序失败 #7403
Comments
如上报错,,如何在函数式组件中使用mobx |
` const { counter, increment, decrement, incrementAsync } = store; export default observer(Index) |
引入是 NervJS,而不是react。 |
Nerv 没有实现 |
相关平台
微信小程序
小程序基础库: 2.12.1
使用框架: Nerv
复现步骤
小程序上报错
期望结果
如何在taro函数式组件中正确使用mobx
实际结果
正确渲染
环境信息
The text was updated successfully, but these errors were encountered: