(version: 3.0.0-beta.20) This is not update the view: ``` obj.arr = obj.arr.sort(); obj.arr[0]++ obj.arr[0] += 1 obj.arr[0] = 2 obj.arr2[0][0]++ obj.arr2[0][0] = 3 ``` [See repl](https://svelte.dev/repl/221d07d61d1b5ffedd6c7374b4735e14?version=3.0.0-beta.20) How can I update the view manually?
(version: 3.0.0-beta.20)
This is not update the view:
See repl
How can I update the view manually?