Subscribe on changes!

Array.splice修改数据与预期不符合

avatar
Jul 23rd 2021

Version

3.2.0-beta.4

Reproduction link

暂无

Steps to reproduce

在数据 rules 的首位插入一个 rule image

插入的数据 image

操作完毕后 image

执行流程 image

What is expected?

希望返回正确的数据

What is actually happening?

执行后发现数据与预期不符合, 数据有误,rules[0] 非插入的数据. 测试发现 rules[0] === rules[1]

avatar
Jul 23rd 2021

Open an issue with an actual reproduction and in English thank you

avatar
Jul 23rd 2021

@xaboy 如果你可以提供一个可以复现的demo,我愿意帮你看看。

avatar
Jul 25th 2021

谢谢, 我试试看能不能通过 demo 复现出来 @edison1105