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

[建议升级至1.3.29或之后的版本]1.3.27,taro-redux更新复杂数据时,prev state 和 next state相同,页面不刷新 #5001

Closed
zomem opened this issue Dec 4, 2019 · 8 comments
Assignees

Comments

@zomem
Copy link

zomem commented Dec 4, 2019

旧数据的status为10,页面显示的也是10。
我想将list下的第0条信息的status改为20,结果prev state、next state、action里的status都为20,然而,页面显示的还是10那个状态。

image

reducers里的方法
image

@taro-bot
Copy link

taro-bot bot commented Dec 4, 2019

CC @Chen-jj

@taro-bot
Copy link

taro-bot bot commented Dec 4, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@shenghanqin
Copy link
Collaborator

我也跟一下,感觉最近taro redux的数据更新不够理想。嘻嘻

@zomem
Copy link
Author

zomem commented Dec 5, 2019

useState、redux等方式更新数据,都有问题,,现在退回1.3.25了。

@yyhdev
Copy link

yyhdev commented Dec 9, 2019

useState、redux等方式更新数据,都有问题,,现在退回1.3.25了。

我用taro-redux也出现了这种问题 修改state中的数组,用redux-logger打印的preState和nextState,要么都是更新后的state,要么数组清空或者添加第一个值时发生了变化,就是不更新视图
我退回1.3.25问题还是一样的,退回到1.3.18就没问题了。。。

@Chen-jj
Copy link
Contributor

Chen-jj commented Dec 10, 2019

@Mihawk-zhao 提供一下完整可复现代码,文本格式

@shenghanqin
Copy link
Collaborator

@Mihawk-zhao 你升级到最新1.3.29版本试试看?

@shenghanqin shenghanqin changed the title 1.3.27,taro-redux更新复杂数据时,prev state 和 next state相同,页面不刷新 [建议升级至1.3.29或之后的版本]1.3.27,taro-redux更新复杂数据时,prev state 和 next state相同,页面不刷新 Dec 12, 2019
@shenghanqin
Copy link
Collaborator

最新版按说没问题。如果有问题,你可以重新打开这个issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants