-
Notifications
You must be signed in to change notification settings - Fork 14
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
limu的array.forEach方法貌似未生效???!! #2
Comments
升级到 1.0.11, bug已fix,感谢关注 |
不知道是不是写法的问题,sandbox中升级1.0.11后仍然未生效,甚至count的变化也不能触发被produce的数据更新视图 |
遗漏了一个场景已fix,更新到 1.0.12即可,同时推荐把代码改为如下格式,更方便测试 o.name = "王二麻子" + Date.now(); 同时更新了测试用例 欢迎fork源码补充,更多测试用例 |
主要是为了批量更新,感谢!早已fork |
好的,😀 |
欢迎发现更多的问题,我努力争取早日发布稳定版本 1.1.0 |
打包后的数据修改日志还在~~~ |
好的我把多余的日志关掉 |
还麻烦更新到1.0.15哈,fix了嵌套对象更新的问题,test用例如下 https://github.com/tnfe/limu/blob/main/test/array-other/object-item-nested.ts |
复现链接:
https://codesandbox.io/s/lucid-water-nct7x
难道是因为limu外层引用未变,react的更新检查策略未到深层变化?
The text was updated successfully, but these errors were encountered: