-
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
[建议升级至1.3.29或之后的版本]1.3.27,taro-redux更新复杂数据时,prev state 和 next state相同,页面不刷新 #5001
Comments
CC @Chen-jj |
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
我也跟一下,感觉最近taro redux的数据更新不够理想。嘻嘻 |
useState、redux等方式更新数据,都有问题,,现在退回1.3.25了。 |
我用taro-redux也出现了这种问题 修改state中的数组,用redux-logger打印的preState和nextState,要么都是更新后的state,要么数组清空或者添加第一个值时发生了变化,就是不更新视图 |
@Mihawk-zhao 提供一下完整可复现代码,文本格式 |
@Mihawk-zhao 你升级到最新1.3.29版本试试看? |
最新版按说没问题。如果有问题,你可以重新打开这个issue |
旧数据的status为10,页面显示的也是10。
我想将list下的第0条信息的status改为20,结果prev state、next state、action里的status都为20,然而,页面显示的还是10那个状态。
reducers里的方法
The text was updated successfully, but these errors were encountered: