core
core copied to clipboard
fix(reactiviy): fix arrays don't reactive when mutate index
Currently, mutating the array's index value won't trigger subscriptions, this PR fixes the tracking logic to prevent this problem. And I think we need to pass all eco-ci. close #10455