-
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
props数组成员无法正常更新渲染 #5055
Comments
CC @Chen-jj |
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
userState 真正响应的是新生成的对象,你去改数组里的数据肯定不会变啊. a[0].specId = 1111 |
@dxd1102 你可以看codesandbox demo: https://codesandbox.io/s/jolly-wescoff-1y633?fontsize=14&hidenavigation=1 |
{list: [{like: false}]}数组对象里面的对象属性值like变了,变成了true,这时候我返回一个新的对象,新的对象里面的数据是变掉了,{list:[{like: true}]},但是页面并没有刷新,还是原来的效果,这就是问题所在。 |
@dreamthen 这根本不是本问题所在。请问为什么加上toString()页面就更新了? |
@zicjin 好像已经解决了 |
至少发了1.3.28再close吧 |
1.3.27已经可以了,我刚刚试过了 |
@dreamthen 我的最简化demo就是1.3.27。 https://www.npmjs.com/package/@tarojs/taro-weapp 7天前publish的。 |
问题描述
hook组件的props数组成员无法正常更新渲染
复现步骤
最简化demo:
https://github.com/zicjin/taro-test
使用标准项目新建流程。typescript,无css预处理。
当我更改input值,“profits[i].profit”无法正常更新。以下情况可正常更新:
系统信息
Taro v1.3.27
Taro CLI 1.3.27 environment info:
System:
OS: Windows 10
Binaries:
Node: 13.0.1 - C:\Program Files\nodejs\node.EXE
npm: 6.13.0 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered: